IPoint

Interface

A simple point geometry, with spatial reference defined.

IPoint can also be imported from the following packages:

1
2
import { IPoint } from "@esri/arcgis-rest-routing";
import { IPoint } from "@esri/arcgis-rest-geocoding";
Inheritance: IPointIHasZMIGeometry

Properties

Hide inherited properties
PropertyType
hasM
inherited
boolean
hasZ
inherited
boolean
number
number
number

hasM

optionalinherited
Interface Property
hasM: boolean
Inherited from IHasZM.hasM

hasZ

optionalinherited
Interface Property
hasZ: boolean
Inherited from IHasZM.hasZ

spatialReference

optionalinherited
Interface Property
spatialReference: ISpatialReference

x

Interface Property
x: number

y

Interface Property
y: number

z

optional
Interface Property
z: number

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close