Changes between Version 8 and Version 9 of MapGuideRfc117
- Timestamp:
- 08/24/11 07:57:01 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc117
v8 v9 72 72 73 73 MgFeatureReader, MgDataReader and MgSqlDataReader wraps their respective FDO reader interfaces. 74 75 Feature Joins and Extended Feature Classes are also supported, re-using the same component (GwsQueryEngine) as the MapGuide Server. 74 76 75 77 This desktop implementation fulfills the data access (MgFeatureService) and rendering/stylization (MgRenderingService) requirements needed to build a functional desktop mapping application. … … 157 159 * Print Layout 158 160 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 164 161 In 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. 165 162