Preparing search index...
The search index is not available
XH-GIS API - v1.0.30
XH-GIS API
engine
AbstractGraphicOptions
Type alias AbstractGraphicOptions<T>
Abstract
Graphic
Options
<
T
>
:
T
extends
POINT
|
LABEL
|
CIRCLE
?
{
attr
?:
{
[
key
:
string
]
:
string
|
number
;
}
;
id
?:
string
;
name
?:
string
;
position
?:
Point3Deg
;
show
?:
boolean
;
style
?:
Partial
<
GraphicStyleMap
[
T
]
>
;
type
:
T
;
}
:
T
extends
POLYLINE
|
POLYGON
?
{
attr
?:
{
[
key
:
string
]
:
string
|
number
;
}
;
id
?:
string
;
name
?:
string
;
positions
?:
Point3DegList
;
show
?:
boolean
;
style
?:
Partial
<
GraphicStyleMap
[
T
]
>
;
type
:
T
;
}
:
T
extends
ELLIPSE
?
{
attr
?:
{
[
key
:
string
]
:
string
|
number
;
}
;
id
?:
string
;
name
?:
string
;
position
?:
Point3Deg
;
positions
?:
Point3DegList
;
show
?:
boolean
;
style
?:
Partial
<
GraphicStyleMap
[
T
]
>
;
type
:
T
;
}
:
T
extends
SYMBOL
?
{
attr
?:
{
[
key
:
string
]
:
string
|
number
;
}
;
code
:
string
;
id
?:
string
;
name
?:
string
;
position
?:
Point3Deg
;
positions
?:
Point3DegList
;
show
?:
boolean
;
style
?:
Partial
<
GraphicStyleMap
[
T
]
>
;
type
:
T
;
}
:
never
Type Parameters
T
extends
GraphicType
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Internal
Theme
OS
Light
Dark
XH-GIS API - v1.0.30
Loading...