Changes between Version 23 and Version 24 of MapGuideRfc67


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

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc67

    v23 v24  
    204204This 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.
    205205
     206[[BR]]
     207    [[Image(AddRequiredDataUseCase.PNG)]]
     208[[BR]]
     209
     210''PRECONDITIONS''
     211
     212    • None
     213
     214''STEPS''
     215
     216    • Platform client gets the product-specific implementation of resource service.[[BR]]
     217    • Client creates a new data store and builds a feature source definition referencing the created data store.[[BR]]
     218    • Client adds the feature source definition to resource service by calling !SetResource(fsId, fsXml). This data store will contain the print layout data that will be used to draw the geometry and stylize various aspects of the particular type of print layout element.[[BR]]
     219    • If the client chooses to use an existing feature source connection, then the above step can be skipped.[[BR]]
     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
     222
    206223== Implications ==
    207224