Changes between Version 12 and Version 13 of MapGuideRfc117


Ignore:
Timestamp:
Aug 26, 2011, 10:04:45 AM (13 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc117

    v12 v13  
    135135In addition to implementing the core abstract classes provided by the MgPlatformBase library, the implementations are extended with additional APIs exclusive to this particular implementation:
    136136
     137=== MgdFeatureService ===
     138
     139Adds 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
    137145{{{
    138146