Package | Description |
---|---|
org.cesiumjs.cs | |
org.cesiumjs.cs.datasources | |
org.cesiumjs.cs.datasources.graphics | |
org.cesiumjs.cs.datasources.options |
Modifier and Type | Method and Description |
---|---|
String |
Cesium.ExportKmlOptions.ModelCallback.Callback(ModelGraphics model,
JulianDate time,
JsObject externalFiles)
Since KML does not support glTF models, this callback is required to specify what URL to use for the model in the KML document.
|
Modifier and Type | Field and Description |
---|---|
ModelGraphics |
Entity.model
A model to associate with this entity.
|
Modifier and Type | Method and Description |
---|---|
ModelGraphics |
ModelGraphics.clone(ModelGraphics result)
Duplicates this instance.
|
Modifier and Type | Method and Description |
---|---|
ModelGraphics |
ModelGraphics.clone(ModelGraphics result)
Duplicates this instance.
|
void |
ModelGraphics.merge(ModelGraphics 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 |
---|---|
ModelGraphics |
EntityOptions.model
A model to associate with this entity.
|
Copyright © 2019. All rights reserved.