Package | Description |
---|---|
org.cesiumjs.cs.collections | |
org.cesiumjs.cs.datasources | |
org.cesiumjs.cs.datasources.options | |
org.cesiumjs.cs.datasources.updater | |
org.cesiumjs.cs.widgets |
Modifier and Type | Method and Description |
---|---|
Entity |
EntityCollection.add(Entity entity)
Add an entity to the collection.
|
Entity |
EntityCollection.add(EntityOptions entityOptions)
Add an entity to collection by entity options
|
Entity |
EntityCollection.getById(Object id)
Gets an entity with the specified id.
|
Entity |
CompositeEntityCollection.getById(Object id)
Gets an entity with the specified id.
|
Entity |
EntityCollection.getOrCreateEntity(Object id)
Gets an entity with the specified id or creates it and adds it to the collection if it does not exist.
|
Entity[] |
EntityCollection.values()
Gets the array of Entity instances in the collection.
|
Entity[] |
CompositeEntityCollection.values()
Gets the array of Entity instances in the collection.
|
Modifier and Type | Method and Description |
---|---|
Entity |
EntityCollection.add(Entity entity)
Add an entity to the collection.
|
boolean |
EntityCollection.contains(Entity entity)
Returns true if the provided entity is in this collection, false otherwise.
|
boolean |
CompositeEntityCollection.contains(Entity entity)
Returns true if the provided entity is in this collection, false otherwise.
|
void |
EntityCollection.CollectionChangedEventCallback.function(EntityCollection collection,
Entity[] added,
Entity[] removed,
Entity[] changed)
The signature of the event generated by EntityCollection#collectionChanged.
|
void |
EntityCollection.CollectionChangedEventCallback.function(EntityCollection collection,
Entity[] added,
Entity[] removed,
Entity[] changed)
The signature of the event generated by EntityCollection#collectionChanged.
|
void |
EntityCollection.CollectionChangedEventCallback.function(EntityCollection collection,
Entity[] added,
Entity[] removed,
Entity[] changed)
The signature of the event generated by EntityCollection#collectionChanged.
|
boolean |
EntityCollection.remove(Entity entity)
Removes an entity from the collection.
|
Modifier and Type | Field and Description |
---|---|
Entity |
Entity.parent
A parent entity to associate with this entity.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityCluster.newClusterCallback.function(Entity[] clusteredEntities,
EntityClusterObject cluster)
A event listener function used to style clusters.
|
void |
Entity.merge(Entity source)
Assigns each unassigned property on this object to the value of the same property on the provided source object.
|
Modifier and Type | Field and Description |
---|---|
Entity |
EntityOptions.parent
A parent entity to associate with this entity.
|
Modifier and Type | Method and Description |
---|---|
Entity |
GeometryUpdater.entity()
Gets the entity associated with this geometry.
|
Constructor and Description |
---|
EllipseGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for ellipses. |
EllipsoidGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for ellipsoids. |
GeometryUpdater(Entity entity,
Scene scene) |
PlaneGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for planes. |
PolygonGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for polygons. |
PolylineGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for polylines. |
RectangleGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for rectangles. |
WallGeometryUpdater(Entity entity,
Scene scene)
A
GeometryUpdater for walls. |
Modifier and Type | Field and Description |
---|---|
Entity |
Viewer.selectedEntity
Gets or sets the object instance for which to display a selection indicator.
|
Entity |
Viewer.trackedEntity
Gets or sets the Entity instance currently being tracked by the camera.
|
Modifier and Type | Method and Description |
---|---|
Promise<Boolean,Void> |
Viewer.zoomTo(Entity target)
Asynchronously sets the camera to view the provided entity, entities, or data source.
|
Copyright © 2019. All rights reserved.