@vcmap/core
Preparing search index...
getCesiumGeometriesOptions
Function getCesiumGeometriesOptions
getCesiumGeometriesOptions
<
T
extends
GeometryFactoryType
>
(
style
:
Style
,
geometry
:
GeometryForFactoryType
<
T
>
,
geometryFactory
:
VectorGeometryFactory
<
T
>
,
heightInfo
:
VectorHeightInfo
,
)
:
(
|
{
geometry
:
PolygonGeometry
|
CircleGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"fill"
;
}
|
{
geometry
:
PolygonGeometry
|
WallGeometry
|
CircleGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"solid"
;
}
|
{
geometry
:
|
PolygonOutlineGeometry
|
WallOutlineGeometry
|
CircleOutlineGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"outline"
;
}
|
{
geometry
:
PolylineGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"line"
;
}
|
{
geometry
:
GroundPolylineGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"groundLine"
;
}
)
[]
Type Parameters
T
extends
GeometryFactoryType
Parameters
style
:
Style
geometry
:
GeometryForFactoryType
<
T
>
geometryFactory
:
VectorGeometryFactory
<
T
>
heightInfo
:
VectorHeightInfo
Returns (
|
{
geometry
:
PolygonGeometry
|
CircleGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"fill"
;
}
|
{
geometry
:
PolygonGeometry
|
WallGeometry
|
CircleGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"solid"
;
}
|
{
geometry
:
|
PolygonOutlineGeometry
|
WallOutlineGeometry
|
CircleOutlineGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"outline"
;
}
|
{
geometry
:
PolylineGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"line"
;
}
|
{
geometry
:
GroundPolylineGeometry
;
heightInfo
:
VectorHeightInfo
;
type
:
"groundLine"
;
}
)
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@vcmap/core
Loading...