Description
The Create Point activity constructs a new Esri point geometry from the provided X-Y coordinate values.
Usage
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.
Inputs
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). |
* Geocortex Workflow uses different versions of Esri's ArcGIS API for JavaScript depending on the type of host application. See Underlying Technologies for information.
Outputs
point |
The Point result. |
* Geocortex 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.
Supported Environments
Environments capable of running this activity
Server
|
Client |
|||
Geocortex Web |
Geocortex Mobile |
Geocortex Viewer for HTML5 |
Web AppBuilder |
|
---|---|---|---|---|
|
|
|
|
|
Offline Support
This activity works when the device is offline.
Version Information
Supported from: Geocortex Viewer for HTML5 2.9, Web AppBuilder for ArcGIS 2.4.
See Also...