IExtent

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

Properties

Property Type Notes
xmax number
xmin number
ymax number
ymin number
spatialReference Optional ISpatialReference
zmax Optional number
zmin Optional number

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