| 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 | |