Changes between Version 8 and Version 9 of MapGuideRfc117


Ignore:
Timestamp:
Aug 24, 2011, 7:57:01 AM (13 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc117

    v8 v9  
    7272
    7373MgFeatureReader, MgDataReader and MgSqlDataReader wraps their respective FDO reader interfaces.
     74
     75Feature Joins and Extended Feature Classes are also supported, re-using the same component (GwsQueryEngine) as the MapGuide Server.
    7476
    7577This desktop implementation fulfills the data access (MgFeatureService) and rendering/stylization (MgRenderingService) requirements needed to build a functional desktop mapping application.
     
    157159 * Print Layout
    158160
    159 The following functionality present already in MapGuide/AIMS, is not implemented or supported yet under the Desktop API:
    160 
    161  * Feature Joins (SelectFeatures currently blindly assumes a non-extended feature class)
    162  * Extended Feature Classes (these are currently skipped in a DescribeSchema operation)
    163 
    164161In terms of compatibility, existing MapGuide application code is compatible at the source code level provided the code is targeting the subset of the MapGuide API that is supported and implemented by this desktop API.
    165162