Preparing search index...
The search index is not available
@honua/sdk-js
@honua/sdk-js
esri-compat-entry
PointCompat
Class PointCompat
Index
Constructors
constructor
Properties
loaded
load
Status
m
spatial
Reference
x
y
z
Methods
clone
destroy
load
toJSON
update
watch
when
Constructors
constructor
new
Point
Compat
(
options
?
)
:
PointCompat
Parameters
options
:
PointCompatOptions
= {}
Returns
PointCompat
Properties
loaded
loaded
:
boolean
load
Status
load
Status
:
PointLoadStatusCompat
m
m
:
undefined
|
number
spatial
Reference
spatial
Reference
:
unknown
x
x
:
undefined
|
number
y
y
:
undefined
|
number
z
z
:
undefined
|
number
Methods
clone
clone
(
)
:
PointCompat
Returns
PointCompat
destroy
destroy
(
)
:
void
Returns
void
load
load
(
)
:
Promise
<
PointCompat
>
Returns
Promise
<
PointCompat
>
toJSON
toJSON
(
)
:
PointCompatOptions
Returns
PointCompatOptions
update
update
(
options
)
:
void
Parameters
options
:
PointCompatOptions
Returns
void
watch
watch
(
propertyName
,
listener
)
:
PointHandleCompat
Parameters
propertyName
:
string
listener
:
(
(
value
:
unknown
)
=>
void
)
(
value
)
:
void
Parameters
value
:
unknown
Returns
void
Returns
PointHandleCompat
when
when
(
callback
?
)
:
Promise
<
PointCompat
>
Parameters
Optional
callback
:
(
(
point
:
PointCompat
)
=>
void
)
(
point
)
:
void
Parameters
point
:
PointCompat
Returns
void
Returns
Promise
<
PointCompat
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
loaded
load
Status
m
spatial
Reference
x
y
z
Methods
clone
destroy
load
toJSON
update
watch
when
@honua/sdk-js
Loading...