Changes between Version 10 and Version 11 of MapGuideRfc30


Ignore:
Timestamp:
Sep 5, 2007, 3:13:37 AM (17 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc30

    v10 v11  
    4646 * 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.
    4747 * !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.
    48 [[Image(MgConfigDocument.jpg, 635)]]
     48[[Image(MgConfigDocument.png, 635)]]
    4949 * !MgRasterConfigDocument, !MgWmsConfigDocument and !MgOdbcConfigDocument are derived from !MgConfigDocument. They implement a method !AddOverrideInfo to add feature class definitions and their physical mappings into configuration.
    5050[[Image(MgRasterConfigDocument.jpg, 457)]]
    5151[[Image(MgWmsConfigDocument.jpg, 457)]]
    52 [[Image(MgOdbcConfigDocument.jpg, 600)]]
     52[[Image(MgOdbcConfigDocument.png, 600)]]
    5353
    5454The relationships among these classes are shown in the following class diagram.