Changes between Version 35 and Version 36 of MapGuideRfc67


Ignore:
Timestamp:
Jun 19, 2009, 3:57:32 PM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc67

    v35 v36  
    248248
    249249In brief, the following APIs will be added:
    250     * Runtime object models (!MdfModel) in unmanaged and managed worlds for simplifying working with the new resource types including !MapViewport, !PrintLayoutElement, !PrintLayoutElementDefinition, etc. These will be similar to the other classes we have today in !MdfModel. A parser will also be added similar to !SAX2Parser we have today for parsing layer definitions.  This parser will help build a runtime object model from a string.
    251     * Geospatial Platform will be extended with the following:
     250    * Runtime object models (!MdfModel) in unmanaged and managed worlds for simplifying working with the new resource types including !MapViewport, !PrintLayoutElement, !PrintLayoutElementDefinition, etc. These will be similar to the other classes we have today in !MdfModel. A parser will also be added similar to SAX2Parser we have today for parsing layer definitions.  This parser will help build a runtime object model from a string.
     251    * The Common Platform API will be extended with the following:
    252252        * A new service called !MgPrintLayoutServiceBase
    253253        * New classes named !MgPrintLayoutElementBase, !MgMapViewportBase, !MgGrid and !MgGraticule, !MgPrintLayoutElementBaseDefinition, !MgPrintLayout.