Interface
A simple point geometry, with spatial reference defined.
IPoint
can also be imported from the following packages:
import { IPoint } from "@esri/arcgis-rest-routing";
import { IPoint } from "@esri/arcgis-rest-geocoding";
Properties
Property | Type |
---|---|
hasM inherited | boolean |
hasZ inherited | boolean |
spatialReference inherited | |
number | |
number | |
number |
hasM
optionalinherited
Interface PropertyhasM: boolean
Inherited from IHasZM.hasM
hasZ
optionalinherited
Interface PropertyhasZ: boolean
Inherited from IHasZM.hasZ
spatialReference
optionalinherited
Interface PropertyspatialReference: ISpatialReference
Inherited from IGeometry.spatialReference