Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
honua
HonuaExtent
Interface HonuaExtent
An axis-aligned bounding box with an optional spatial reference.
interface
HonuaExtent
{
spatialReference
?:
HonuaSpatialReference
;
xmax
:
number
;
xmin
:
number
;
ymax
:
number
;
ymin
:
number
;
}
Index
Properties
spatial
Reference?
xmax
xmin
ymax
ymin
Properties
Optional
spatial
Reference
spatial
Reference
?:
HonuaSpatialReference
xmax
xmax
:
number
xmin
xmin
:
number
ymax
ymax
:
number
ymin
ymin
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
spatial
Reference
xmax
xmin
ymax
ymin
@honua/sdk-js
Loading...
An axis-aligned bounding box with an optional spatial reference.