Extract Feature Map Activity
Description:
Extracts a map image based on a geometry in the context of a Feature Map that is configured for a feature layer in a Geocortex Essentials site.
Inheritance Hierarchy:
System.Object
System.Activities.Activity
System.Activities.AsyncCodeActivity
Geocortex.Workflow.Activities.ExtractFeatureMap
Function:
This activity generates an image which represents a Feature Map. The feature map is defined for a Feature Layer in a Geocortex Essentials site. It allows you to generate a map of the geometry provided in the context of the configured Feature Map. You can select the output image format to be a BMP, PNG, GIF, JPEG or TIFF.
In a Workflow:
The Extract Feature Map activity can be used to generate an image of a feature map with provided geometry, specific dimensions, map service opacity values and a string that can override the visibility of Essentials layers. This image could then be presented to another workflow activity or can be embedded in a report.
Properties:
Name | Description |
---|---|
In Arguments |
|
Feature Map Url |
The Url of the feature map REST endpoint. For example: |
Geometry |
The geometry of the feature to be drawn on the feature map. |
Image Height |
The height in pixels of the feature map image. If not set or less than or equal to 0 a default height is set. If Image Width is set to a number bigger than 0, the height will assume that value as well and result will be a square image. |
Image Width |
The width in pixels of the feature map image. If not set or less than or equal to 0 a default width is set. If Image Height is set to a number bigger than 0, the width will assume that value as well and result will be a square image. |
Layers |
A semicolon delimited list of descriptors that indicate which layers to show|hide|include|exclude for each map service using the following syntax For example: |
Opacity |
The opacity level of map services separated by semicolons. For example: |
Output Format |
The format of the extracted feature map image. The supported formats are: |
Token |
The token for accessing a secure Essentials resource. Use the Get Request Info activity to obtain the Essentials token. |
Misc |
|
Display Name |
ExtractFeatureMap You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain. |
Out Arguments |
|
Result |
The generated feature map image. |
Version Information:
Supported from: Geocortex Essentials 4.0.