The centroid of the polygon.
The extent of the geometry.
Indicates if the geometry has M values.
Indicates if the geometry has z-values (elevation).
Checks to see if polygon rings cross each other and indicates if the polygon is self-intersecting, which means the ring of the polygon crosses itself.
An array of rings.
The spatial reference of the geometry.
The string value representing the type of geometry.
Creates a deep clone of Polygon object.
Checks on the client if the input point is inside the polygon.
Returns a point specified by a ring and point in the path.
Checks if a Polygon ring is clockwise.
Removes a point from the polygon at the given pointIndex
within the ring identified by ringIndex
.
Removes a ring from the Polygon.
Converts an instance of this class to its ArcGIS portal JSON representation.
Generated using TypeDoc
The cache is used to store values computed from geometries that need to cleared or recomputed upon mutation.
Read more...