| 243 | == API Scope == |
| 244 | |
| 245 | === Print Layout Elements === |
| 246 | |
| 247 | In 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. |