A polygon contains an array of rings and a spatial reference.

Referenced by: geometry, Multidimensional Subset

Properties

PropertyDetails
hasMIndicates whether the geometry contains M coordinate values.
hasZIndicates whether the geometry contains Z coordinate values.
rings[]Represents an array of points. Each point is an array of numbers.
spatialReferenceThe spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT).

Example

{
"rings": [
[
[
-97.06138,
32.837
],
[
-97.06133,
32.836
],
[
-97.06124,
32.834
],
[
-97.06127,
32.832
],
[
-97.06138,
32.837
]
],
[
[
-97.06326,
32.759
],
[
-97.06298,
32.755
],
[
-97.06153,
32.749
],
[
-97.06326,
32.759
]
]
],
"spatialReference": {
"wkid": 4326
}
}