Readonly cacheThe cache is used to store values computed from geometries that need to be cleared or recomputed upon mutation.
Readonly extentThe 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.
undefined
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html#m)
The spatial reference of the geometry.
WGS84 (wkid: 4326)
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Geometry.html#spatialReference)
Readonly typeThe string value representing the type of geometry.
The x-coordinate (easting) of the point in map units.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html#x)
The y-coordinate (northing) of the point in map units.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html#y)
The z-coordinate (or elevation) of the point in map units.
undefined
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Point.html#z)
Protected _getProtected _setCopies 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.
Protected notifyConverts an instance of this class to its ArcGIS portal JSON representation.
Static fromJSONGenerated using TypeDoc
A location defined by X, Y, and Z coordinates.
Read more...