Changes between Version 12 and Version 13 of MapGuideRfc117
- Timestamp:
- 08/26/11 10:04:45 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc117
v12 v13 135 135 In addition to implementing the core abstract classes provided by the MgPlatformBase library, the implementations are extended with additional APIs exclusive to this particular implementation: 136 136 137 === MgdFeatureService === 138 139 Adds support for additional FDO features currently not exposed in the MgFeatureService, such as: 140 * Querying features with scrollable feature readers 141 * A fine-grained CRUD API instead of the monolithic UpdateFeatures() in MgFeatureService 142 * Provider registration/unregistration 143 * CreateFeatureSource() supports the ability to create RDBMS feature sources (MySQL, SQL Server and PostgreSQL) via the desktop-only MgRdbmsFeatureSourceParams class. 144 137 145 {{{ 138 146