IExtent

Interface

Extents are used to define rectangles and bounding boxes.

IExtent can also be imported from the following packages:

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.

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