Contains an array of points, along with a spatial reference field.

Referenced by: geometry

Properties

PropertyDetails
hasMIndicates whether the geometry contains M coordinate values.
hasZIndicates whether the geometry contains Z coordinate values.
points[]An array that corresponds to 2D and 3D points.
spatialReferenceThe spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT).

Example

{
"points": [
[
-97.06138,
32.837
],
[
-97.06133,
32.836
],
[
-97.06124,
32.834
],
[
-97.06127,
32.832
]
],
"spatialReference": {
"wkid": 4326
}
}