Optional properties: ExtentPropertiesReadonly cacheThe cache is used to store values computed from geometries that need to be cleared or recomputed upon mutation.
Readonly centerThe center point of the extent in map units.
Readonly extentThe extent of the geometry.
Indicates if the geometry has M values.
Indicates if the geometry has z-values (elevation).
Readonly heightThe maximum possible m value in an extent envelope.
undefined
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html#mmax)
The minimum possible m value of an extent envelope.
undefined
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html#mmin)
The spatial reference of the geometry.
WGS84 (wkid: 4326)
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Geometry.html#spatialReference)
Readonly typeThe geometry type.
Readonly widthThe maximum X-coordinate of an extent envelope.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html#xmax)
The minimum X-coordinate of an extent envelope.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html#xmin)
The maximum Y-coordinate of an extent envelope.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html#ymax)
The minimum Y-coordinate of an extent envelope.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html#ymin)
The maximum possible z, or elevation, value in an extent envelope.
undefined
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html#zmax)
The minimum possible z, or elevation, value of an extent envelope.
undefined
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-Extent.html#zmin)
Protected _getProtected _setCenters the extent to the specified Point.
Creates a deep clone of Extent object.
Checks if the input geometry is contained within the extent.
Indicates if the input extent is equal to the testing extent.
Expands the extent by the given factor.
Shrinks the original extent to the intersection with the input extent.
Tests to validate if the input geometry intersects the extent and returns a Boolean value.
Returns an array with either one Extent that's been shifted to within +/- 180 or two Extents if the original extent intersects the International Dateline.
Protected notifyModifies the extent geometry in-place with X and Y offsets in map units.
Converts an instance of this class to its ArcGIS portal JSON representation.
Expands the original extent to include the extent of the input Extent.
Static fromJSONGenerated using TypeDoc
The minimum and maximum X and Y coordinates of a bounding box.
Read more...