Interface
Extents are used to define rectangles and bounding boxes.
IExtent can also be imported from the following packages:
import { IExtent } from "@esri/arcgis-rest-demographics";
import { IExtent } from "@esri/arcgis-rest-feature-service";
import { IExtent } from "@esri/arcgis-rest-geocoding";
import { IExtent } from "@esri/arcgis-rest-service-admin";Properties
| Property | Type |
|---|---|
spatialReference | ISpatialReference |
xmax | number |
xmin | number |
ymax | number |
ymin | number |
zmax | number |
zmin | number |
spatialReference
optional
Interface PropertyspatialReference: ISpatialReference