Changes between Version 1 and Version 2 of MapGuideRfc30
- Timestamp:
- 08/27/07 21:17:33 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc30
v1 v2 34 34 The new ConfigDocument classes will be part of MapGuide Web API, which depends on FDO, and will be implemented as code that is shared at both interface and implementation levels. MapGuide Web API also needs other utilities such as utility to simplify the process to add a layer, which might be added in the future. So we are going to add a new project named MapPlatformUtil. 35 35 36 [[Image(ConfigDocument.jpg, 400)]][[BR]]36 [[Image(ConfigDocument.jpg, 511)]][[BR]] 37 37 38 38 The following classes will be added and exposed in MapGuide Web API. … … 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 47 [[Image(ClassDiagram.jpg, 400)]][[BR]]47 [[Image(ClassDiagram.jpg, 554)]][[BR]] 48 48 49 49 Given a raster file, code to generate configuration XML might be as follows.