IExtent

Interface

Extents are used to define rectangles and bounding boxes.

IExtent can also be imported from the following packages:

Use dark colors for code blocksCopy
1
2
3
4
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

PropertyType
number
number
number
number
number
number

spatialReference

optional
Interface Property
spatialReference: ISpatialReference

xmax

Interface Property
xmax: number

xmin

Interface Property
xmin: number

ymax

Interface Property
ymax: number

ymin

Interface Property
ymin: number

zmax

optional
Interface Property
zmax: number

zmin

optional
Interface Property
zmin: number

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