Interface
Spatial reference systems define mathematical transformations and coordinate systems for displaying spatial information in 2D and 3D.
ISpatialReference can also be imported from the following packages:
import { ISpatialReference } from "@esri/arcgis-rest-geocoding";
import { ISpatialReference } from "@esri/arcgis-rest-feature-service";Properties
| Property | Type |
|---|---|
latestVcsWkid | number |
latestWkid | number |
latestWkt | string |
vcsWkid | number |
wkid | number |
wkt | string |