Skip to content

Envelope

Envelope = object

Defined in: src/ExpoArcgis.types.ts:1059

An envelope geometry — an axis-aligned bounding box (the extent of other geometries).

optional spatialReference?: SpatialReference

Defined in: src/ExpoArcgis.types.ts:1065

Coordinate system WKID. Defaults to 4326 (WGS84).


xMax: number

Defined in: src/ExpoArcgis.types.ts:1062


xMin: number

Defined in: src/ExpoArcgis.types.ts:1060


yMax: number

Defined in: src/ExpoArcgis.types.ts:1063


yMin: number

Defined in: src/ExpoArcgis.types.ts:1061