Changes between Version 5 and Version 6 of MapGuideRfc30
- Timestamp:
- 08/27/07 21:24:50 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc30
v5 v6 42 42 * Previously, !MgSpatialContextData is an internal class of !MapGuide Web API, which is used to represent all information of a FDO spatial context. In this RFC, it will be extended and exposed so that users can use it add spatial context into configuration. 43 43 * There isn’t a class existing to represent spatial context collection. So !MgSpatialContextDataCollection will be added, which is just a collection of !MgSpatialContextData. !MgConfigDocument uses it to maintain all spatial contexts of all feature classes. 44 * !MgConfigDocument maintains three collections, schema collection, physical schema mapping collection, and spatial context collection. These three collections will provide all information to create configuration XML. So it generates configuration XML string or file only when MgConfigDocument::ToXML is called. MgConfigDocument doesn’t provide any functions to add schema mapping. So it is derived classes’ responsibility to populate schema mapping information into schema mapping collection.44 * !MgConfigDocument maintains three collections, schema collection, physical schema mapping collection, and spatial context collection. These three collections will provide all information to create configuration XML. So it generates configuration XML string or file only when MgConfigDocument::ToXML is called. !MgConfigDocument doesn’t provide any functions to add schema mapping. So it is derived classes’ responsibility to populate schema mapping information into schema mapping collection. 45 45 * !MgRfpConfigDocument, !MgWmsConfigDocument and !MgOdbcConfigDocument are derived from !MgConfigDocument. They implement a method !AddOverrideInfo to add feature class definitions and their physical mappings into configuration. 46 46 … … 66 66 == Implications == 67 67 68 Backwards compatibility should be maintained since ConfigDocument is just a utility based on existingMapGuide Web API and FDO and will not break any existing applications. Documentation will need to be updated for the new functionality.68 Backwards compatibility should be maintained since !ConfigDocument is just a utility based on existing !MapGuide Web API and FDO and will not break any existing applications. Documentation will need to be updated for the new functionality. 69 69 70 70 == Test Plan ==