ISpatialReference

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-routing";
import { ISpatialReference } from "@esri/arcgis-rest-service-admin";
import { ISpatialReference } from "@esri/arcgis-rest-feature-layer";

Properties

Property Type Notes
latestVcsWkid Optional number
latestWkid Optional number
latestWkt Optional string
vcsWkid Optional number
wkid Optional number
wkt Optional string

Interface defined in packages/arcgis-rest-types/src/geometry.ts:28