The center point of the circle.
The centroid of the polygon.
The extent of the geometry.
Applicable when the spatial reference of the center point is either set to Web Mercator (wkid: 3857) or geographic/geodesic (wkid: 4326).
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.
This value defines the number of points along the curve of the circle.
The radius of the circle.
Unit of the radius.
An array of rings.
The spatial reference of the geometry.
The string value representing the type of geometry.
Creates a deep clone of Circle.
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...