Changes between Version 22 and Version 23 of MapGuideRfc67


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc67

    v22 v23  
    190190The !MapViewport resource contains !MapName property, which is the name of the map the viewport is displaying. Note that this is only temporary until support for fully integrated Map Definition resources are in place accross all applications (This support will be outlined in a separate RFC to follow).  When applications other than !MapGuide truely support Map Definition, we will remove !MapName property as we could add the resource id of Map Definition resource in the References collection.  Some of the properties (e.g., !CenterPoint) shown above may not be needed, but those modifications will be made the schema evolves.  The !VisibleLayers collection contains the names of Gis layers that need to be visible in the map viewport.  The !MapView property contains all the properties related to the view of the map.  The Center property of !MapView is the center point of the view in model units.  The Height property specifies the height of the view in model units.  The !ModelUnits provide information about the units of the model space.  The !ViewDirection property fully specifies the direction vector of the view.
    191191
     192[[BR]]
     193    [[Image(MapViewType.PNG)]]
     194[[BR]]
     195
     196==== !MgMapViewportBase class ====
     197
     198The runtime representation of map viewport resource is !MgMapViewportBase.  The realization of this common interface in Thrirparty applications will be !XxxMapMapViewport.
     199
     200=== Use Cases ===
     201
     202==== Adding required data for any print layout element creation ====
     203
     204This use case is part of use cases involving creation of specific types of print layout elements. The sequence diagram below shows the various steps involved. The sequence assumes the client doesn’t have a data store for storing layout element data.
     205
    192206== Implications ==
    193207