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.
See also
Properties
The availability, if any, associated with this object. If availability is undefined, it is assumed that this object's other properties will return valid data for any provided time. If availability exists, the objects other properties will only provide valid data if queried within the given interval.
Gets or sets the billboard.
Gets or sets the box.
Gets or sets the corridor.
Gets or sets the cylinder.
Gets the event that is raised whenever a property or sub-property is changed or modified.
Gets or sets the description.
Gets or sets the ellipse.
Gets or sets the ellipsoid.
Gets or sets the entity collection that this entity belongs to.
Gets or sets the label.
Gets or sets the model.
Gets or sets the orientation in respect to Earth-fixed-Earth-centered (ECEF). Defaults to east-north-up at entity position.
Gets or sets the path.
Gets or sets the plane.
Gets or sets the point graphic.
Gets or sets the polygon.
Gets or sets the polyline.
Gets or sets the polyline volume.
Gets or sets the position.
Gets or sets the bag of arbitrary properties associated with this entity.
Gets the names of all properties registered on this instance.
Gets or sets the rectangle.
Gets or sets the tileset.
Gets or sets the wall.
Functions
Adds a property to this object. Once a property is added, it can be observed with Entity.definitionChanged and composited with CompositeEntityCollection
Computes the model matrix for the entity's transform at specified time. Returns undefined if position is undefined
Given a time, returns true if this object should have data during that time.
Removed a property previously added with addProperty.