The extent of the geometry.
Indicates if the geometry has M values.
Indicates if the geometry has z-values (elevation).
The latitude of the point.
The longitude of the point.
The m-coordinate of the point in map units.
The spatial reference of the geometry.
The string value representing the type of geometry.
The x-coordinate (easting) of the point in map units.
The y-coordinate (northing) of the point in map units.
The z-coordinate (or elevation) of the point in map units.
Creates a deep clone of Point object.
Copies all values from another Point instance.
Computes the Euclidean distance between this Point and a given Point.
Determines if the input point is equal to the point calling the function.
Modifies the point geometry in-place by shifting the X-coordinate to within +/- 180 span in map units.
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...