Changes between Version 27 and Version 28 of MapGuideRfc67


Ignore:
Timestamp:
Jun 19, 2009, 1:42:41 PM (15 years ago)
Author:
gregboone
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc67

    v27 v28  
    241241    * !PrintLayoutResourcesOwner then adds this runtime object to Resource Manager and also subscribes to Resource Manager events, if not already done.[[BR]]
    242242
     243== API Scope ==
     244
     245=== Print Layout Elements ===
     246
     247In brief, the following APIs will be added:
     248    * 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.
     249    * Geospatial Platform will be extended with the following:
     250        * A new service called !MgPrintLayoutServiceBase
     251        * New classes named !MgPrintLayoutElementBase, !MgMapViewportBase, !MgGrid and !MgGraticule, !MgPrintLayoutElementBaseDefinition, !MgPrintLayout.
    243252
    244253== Implications ==