Modifier and Type | Field and Description |
---|---|
EntityCollection |
Cesium.ExportKmlOptions.entities
The EntityCollection to export as KML.
|
Modifier and Type | Method and Description |
---|---|
static Cesium.ExportKmlOptions |
Cesium.ExportKmlOptions.create(EntityCollection entities) |
Modifier and Type | Method and Description |
---|---|
EntityCollection |
CompositeEntityCollection.getCollection(int index)
Gets a collection by index from the composite.
|
Modifier and Type | Method and Description |
---|---|
void |
CompositeEntityCollection.addCollection(EntityCollection collection)
Adds a collection to the composite.
|
void |
CompositeEntityCollection.addCollection(EntityCollection collection,
int index)
Adds a collection to the composite.
|
boolean |
CompositeEntityCollection.containsCollection(EntityCollection collection)
Checks to see if the composite contains a given collection.
|
void |
EntityCollection.CollectionChangedEventCallback.function(EntityCollection collection,
Entity[] added,
Entity[] removed,
Entity[] changed)
The signature of the event generated by EntityCollection#collectionChanged.
|
int |
CompositeEntityCollection.indexOfCollection(EntityCollection collection)
Determines the index of a given collection in the composite.
|
void |
CompositeEntityCollection.lowerCollection(EntityCollection collection)
Lowers a collection down one position in the composite.
|
void |
CompositeEntityCollection.lowerCollectionToBottom(EntityCollection collection)
Lowers a collection to the bottom of the composite.
|
void |
CompositeEntityCollection.raiseCollection(EntityCollection collection)
Raises a collection up one position in the composite.
|
void |
CompositeEntityCollection.raiseCollectionToTop(EntityCollection collection)
Raises a collection to the top of the composite.
|
boolean |
CompositeEntityCollection.removeCollection(EntityCollection collection)
Removes a collection from this composite, if present.
|
Constructor and Description |
---|
CompositeEntityCollection(EntityCollection[] collections)
Non-destructively composites multiple
EntityCollection instances into a single collection. |
CompositeEntityCollection(EntityCollection[] collections,
CompositeEntityCollection owner)
Non-destructively composites multiple
EntityCollection instances into a single collection. |
CompositeEntityCollection(EntityCollection[] collections,
DataSource owner)
Non-destructively composites multiple
EntityCollection instances into a single collection. |
Modifier and Type | Field and Description |
---|---|
EntityCollection |
CustomDataSource.entities
Gets the collection of Entity instances.
|
EntityCollection |
GeoJsonDataSource.entities
Gets the collection of Entity instances.
|
EntityCollection |
CzmlDataSource.entities
Gets the collection of Entity instances.
|
EntityCollection |
KmlDataSource.entities
Gets the collection of Entity instances.
|
EntityCollection |
Entity.entityCollection
Gets or sets the entity collection that this entity belongs to.
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
ReferenceProperty.targetCollection()
Gets the collection containing the entity being referenced.
|
Modifier and Type | Method and Description |
---|---|
ReferenceProperty |
ReferenceProperty.fromString(EntityCollection targetCollection,
String referenceString)
Creates a new instance given the entity collection that will be used to resolve it and a string indicating the
target entity id and property.
|
Constructor and Description |
---|
ReferenceProperty(EntityCollection targetCollection,
String targetId,
String[] targetPropertyNames)
A Property which transparently links to another property on a provided object.
|
Constructor and Description |
---|
BillboardVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
A
Visualizer which maps Entity.billboard to a Billboard. |
GeometryVisualizer(Scene scene,
EntityCollection entityCollection)
A general purpose visualizer for geometry represented by
Primitive instances. |
GeometryVisualizer(Scene scene,
EntityCollection entityCollection,
PrimitiveCollection primitives)
A general purpose visualizer for geometry represented by
Primitive instances. |
GeometryVisualizer(Scene scene,
EntityCollection entityCollection,
PrimitiveCollection primitives,
PrimitiveCollection groundPrimitives)
A general purpose visualizer for geometry represented by
Primitive instances. |
LabelVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
|
ModelVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
A
Visualizer which maps Entity.model to a Model. |
PathVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
A
Visualizer which maps Entity.path to a Polyline. |
PointVisualizer(EntityCluster entityCluster,
EntityCollection entityCollection)
A
Visualizer which maps Entity.point to a PointPrimitive. |
PolylineVisualizer(Scene scene,
EntityCollection entityCollection)
A visualizer for polylines represented by Primitive instances.
|
Modifier and Type | Method and Description |
---|---|
EntityCollection |
Viewer.entities()
Gets the collection of entities not tied to a particular data source.
|
Modifier and Type | Method and Description |
---|---|
Promise<Boolean,Void> |
Viewer.zoomTo(EntityCollection target)
Asynchronously sets the camera to view the provided entity, entities, or data source.
|
Promise<Boolean,Void> |
Viewer.zoomTo(EntityCollection target,
HeadingPitchRange offset)
Asynchronously sets the camera to view the provided entity, entities, or data source.
|
Copyright © 2019. All rights reserved.