Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
ExtentCompat
Class ExtentCompat
Index
Constructors
constructor
Properties
loaded
load
Status
mmax
mmin
spatial
Reference
xmax
xmin
ymax
ymin
zmax
zmin
Accessors
center
Methods
clone
destroy
load
toJSON
update
watch
when
Constructors
constructor
new
Extent
Compat
(
options
?
)
:
ExtentCompat
Parameters
options
:
ExtentCompatOptions
= {}
Returns
ExtentCompat
Properties
loaded
loaded
:
boolean
load
Status
load
Status
:
ExtentLoadStatusCompat
mmax
mmax
:
undefined
|
number
mmin
mmin
:
undefined
|
number
spatial
Reference
spatial
Reference
:
unknown
xmax
xmax
:
number
xmin
xmin
:
number
ymax
ymax
:
number
ymin
ymin
:
number
zmax
zmax
:
undefined
|
number
zmin
zmin
:
undefined
|
number
Accessors
center
get
center
(
)
:
{
x
:
number
;
y
:
number
;
}
Returns
{
x
:
number
;
y
:
number
;
}
x
:
number
y
:
number
Methods
clone
clone
(
)
:
ExtentCompat
Returns
ExtentCompat
destroy
destroy
(
)
:
void
Returns
void
load
load
(
)
:
Promise
<
ExtentCompat
>
Returns
Promise
<
ExtentCompat
>
toJSON
toJSON
(
)
:
ExtentCompatOptions
Returns
ExtentCompatOptions
update
update
(
options
)
:
void
Parameters
options
:
ExtentCompatOptions
Returns
void
watch
watch
(
propertyName
,
listener
)
:
ExtentHandleCompat
Parameters
propertyName
:
string
listener
:
(
(
value
:
unknown
)
=>
void
)
(
value
)
:
void
Parameters
value
:
unknown
Returns
void
Returns
ExtentHandleCompat
when
when
(
callback
?
)
:
Promise
<
ExtentCompat
>
Parameters
Optional
callback
:
(
(
extent
:
ExtentCompat
)
=>
void
)
(
extent
)
:
void
Parameters
extent
:
ExtentCompat
Returns
void
Returns
Promise
<
ExtentCompat
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
loaded
load
Status
mmax
mmin
spatial
Reference
xmax
xmin
ymax
ymin
zmax
zmin
Accessors
center
Methods
clone
destroy
load
toJSON
update
watch
when
@honua/sdk-js
Loading...