Changes between Version 7 and Version 8 of MapGuideRfc30


Ignore:
Timestamp:
Sep 5, 2007, 2:12:34 AM (17 years ago)
Author:
leaf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc30

    v7 v8  
    4343 * 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.
    4444 * !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  * !MgRfpConfigDocument, !MgWmsConfigDocument and !MgOdbcConfigDocument are derived from !MgConfigDocument. They implement a method !AddOverrideInfo to add feature class definitions and their physical mappings into configuration.
     45 * !MgRasterConfigDocument, !MgWmsConfigDocument and !MgOdbcConfigDocument are derived from !MgConfigDocument. They implement a method !AddOverrideInfo to add feature class definitions and their physical mappings into configuration.
    4646
    4747[[Image(ClassDiagram.jpg, 554)]][[BR]]
     
    5050
    5151{{{
    52 MgRfpConfigDocument configDocument = new MgRfpConfigDocument();
     52MgRasterConfigDocument configDocument = new MgRasterConfigDocument();
    5353// Initialize spatial context by a Mentor/WKT coordinate system name.
    5454MgSpatialContextData spatialContext = new MgSpatialContextData("LL84");