The Create Point activity constructs a new Esri point geometry from the provided X-Y coordinate values.
You could use a Create Point activity to construct a point geometry from user supplied latitude and longitude values gathered from a Display Form activity.
X |
Required Type: Number The x-coordinate of the point. |
Y |
Required Type: Number The y-coordinate of the point. |
Spatial Reference |
Optional Type: String | Number | esri.SpatialReference (3.x, 4.x)* The spatial reference of the point. If not specified, the default is WGS84 (wkid: 4326). |
* 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.
* 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.
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.
See also...