@vcmap/core
Preparing search index...
createClassificationPrimitiveItem
Function createClassificationPrimitiveItem
createClassificationPrimitiveItem
(
feature
:
Feature
,
style
:
Style
,
vectorProperties
:
VectorProperties
,
geometries
:
(
|
{
geometry
:
PolygonGeometry
|
CircleGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"fill"
;
}
|
{
geometry
:
PolygonGeometry
|
WallGeometry
|
CircleGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"solid"
;
}
)
[]
,
)
:
{
autoScale
?:
boolean
;
item
:
PrimitiveType
;
type
:
"primitive"
}
Parameters
feature
:
Feature
style
:
Style
vectorProperties
:
VectorProperties
geometries
: (
|
{
geometry
:
PolygonGeometry
|
CircleGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"fill"
;
}
|
{
geometry
:
PolygonGeometry
|
WallGeometry
|
CircleGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"solid"
;
}
)
[]
Returns
{
autoScale
?:
boolean
;
item
:
PrimitiveType
;
type
:
"primitive"
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vcmap/core
Loading...