cesium-spatial
Overview
Demo
GitHub
Preparing search index...
@stevenpg/cesium-spatial-core
CellEntityDefaults
Interface CellEntityDefaults
The entity options this layer would build, handed to
CellEntityLayerOptions.entityFactory
.
interface
CellEntityDefaults
{
id
:
string
;
polygon
:
Record
<
string
,
unknown
>
;
}
Index
Properties
id
polygon
Properties
id
id
:
string
polygon
polygon
:
Record
<
string
,
unknown
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
polygon
Overview
Demo
GitHub
cesium-spatial
Loading...
The entity options this layer would build, handed to CellEntityLayerOptions.entityFactory.