Create Point Activity

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

* 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

point

Type: esri.Point (3.x, 4.x)*

The Point 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...

Create a Point