Changes between Version 36 and Version 37 of MapGuideRfc67


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc67

    v36 v37  
    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.
     250    * Runtime object models (!MdfModel) in unmanaged and managed worlds for simplifying working with the new resource types including:
     251        * !MapViewport
     252        * !PrintLayoutElement
     253        * !PrintLayoutElementDefinition
     254    * 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.
    251255    * The Common Platform API will be extended with the following:
    252         * A new service called !MgPrintLayoutServiceBase
    253         * New classes named !MgPrintLayoutElementBase, !MgMapViewportBase, !MgGrid and !MgGraticule, !MgPrintLayoutElementBaseDefinition, !MgPrintLayout.
     256        * A new service named !MgPrintLayoutServiceBase
     257        * New classes named:
     258            * !MgPrintLayoutElementBase
     259            * !MgMapViewportBase
     260            * !MgGrid
     261            * !MgGraticule
     262            * !MgPrintLayoutElementBaseDefinition
     263            * !MgPrintLayout
    254264
    255265== Proposed Milestone and Adoption Strategy ==