Create Feature Activity
Description
Creates a new Feature (Esri Graphic) object from the supplied geometry, attributes and symbol.
Usage
You may need to create a feature with information you have generated within the workflow. To create a feature you could gather input from a user using the Display Form activity then use the Create Feature activity with the information provided from the user.
Inputs
Attributes |
Optional Type: Object Name-value pairs of fields and field values associated with the feature. |
Geometry |
Optional Type: esri.Geometry (3.x, 4.x)* The geometry that defines the feature's location. |
Symbol |
Optional The symbol for the feature. You should only use this if you are adding the feature to a Graphics Layer. If you are using it on a Feature Layer, set the renderer on the layer. |
* VertiGIS Studio Workflow uses different versions of Esri's ArcGIS API for JavaScript depending on the type of host application. See Underlying Technologies for information.
Outputs
feature |
Type: esri.Graphic (3.x, 4.x)* The Feature result. |
* VertiGIS Studio Workflow uses different versions of Esri's ArcGIS API for JavaScript depending on the type of host application. See Underlying Technologies for information.
Properties
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
Connectivity Requirements
This activity works when the device has intermittent connectivity to the network.
Version Information
Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.
See also...