Changes between Version 29 and Version 30 of MapGuideRfc67
- Timestamp:
- 06/19/09 13:47:30 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc67
v29 v30 198 198 The runtime representation of map viewport resource is !MgMapViewportBase. The realization of this common interface in Thrirparty applications will be !XxxMapMapViewport. 199 199 200 == = Use Cases ===201 202 === = Adding required data for any print layout element creation ====200 == Use Cases == 201 202 === Adding Required Data for Print Layout Element Creation === 203 203 204 204 This 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. … … 220 220 * Client builds a layer definition, if applicable (for !MapViewport resources, this step is not necessary) that references the feature source definition and adds it to Resource Service by calling !SetResource.[[BR]] 221 221 222 === = Adding a print layout element ====222 === Adding a Print Layout Element === 223 223 224 224 This use case is part of use cases that realize a particular type of print layout element.