Entity instances aggregate multiple forms of visualization into a single high-level object.
They can be created manually and added to Viewer#entities or be produced by
data sources, such as CzmlDataSource and GeoJsonDataSource
alias Entity
The options object takes the following properties
{String} [options.id] A unique identifier for this object. If none is provided, a GUID is generated.
{String} [options.name] A human readable name to display to users. It does not have to be unique.
{TimeIntervalCollection} [options.availability] The availability, if any, associated with this object.
{Boolean} [options.show] A boolean value indicating if the entity and its children are displayed.
{Property} [options.description] A string Property specifying an HTML description for this entity.
{PositionProperty} [options.position] A Property specifying the entity position.
{Property} [options.orientation] A Property specifying the entity orientation.
{Property} [options.viewFrom] A suggested initial offset for viewing this object.
{Entity} [options.parent] A parent entity to associate with this entity.
{BillboardGraphics} [options.billboard] A billboard to associate with this entity.
{BoxGraphics} [options.box] A box to associate with this entity.
{CorridorGraphics} [options.corridor] A corridor to associate with this entity.
{CylinderGraphics} [options.cylinder] A cylinder to associate with this entity.
{EllipseGraphics} [options.ellipse] A ellipse to associate with this entity.
{EllipsoidGraphics} [options.ellipsoid] A ellipsoid to associate with this entity.
{LabelGraphics} [options.label] A options.label to associate with this entity.
{ModelGraphics} [options.model] A model to associate with this entity.
{PathGraphics} [options.path] A path to associate with this entity.
{PointGraphics} [options.point] A point to associate with this entity.
{PolygonGraphics} [options.polygon] A polygon to associate with this entity.
{PolylineGraphics} [options.polyline] A polyline to associate with this entity.
{PolylineVolumeGraphics} [options.polylineVolume] A polylineVolume to associate with this entity.
{RectangleGraphics} [options.rectangle] A rectangle to associate with this entity.
{WallGraphics} [options.wall] A wall to associate with this entity.
Entity instances aggregate multiple forms of visualization into a single high-level object. They can be created manually and added to Viewer#entities or be produced by data sources, such as CzmlDataSource and GeoJsonDataSource alias Entity
Spatial Data