@JsType(isNative=true,
namespace="<global>",
name="Object")
public static class Cesium.ExportKmlOptions
extends Object
Cesium.exportKml(ExportKmlOptions)| Modifier and Type | Class and Description |
|---|---|
static interface |
Cesium.ExportKmlOptions.ModelCallback
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 |
|---|---|
TimeInterval |
defaultAvailability
The interval that will be sampled if an entity doesn't have an availability.
|
Ellipsoid |
ellipsoid
The ellipsoid for the output file.
|
EntityCollection |
entities
The EntityCollection to export as KML.
|
boolean |
kmz
If true KML and external files will be compressed into a kmz file.
|
Cesium.ExportKmlOptions.ModelCallback |
modelCallback
A callback that will be called with a ModelGraphics instance and should return the URI to use in the KML.
|
int |
sampleDuration
The number of seconds to sample properties that are varying in KML.
|
JulianDate |
time
The time value to use to get properties that are not time varying in KML.
|
| Modifier and Type | Method and Description |
|---|---|
static Cesium.ExportKmlOptions |
create(EntityCollection entities) |
@JsProperty public EntityCollection entities
@JsProperty public Ellipsoid ellipsoid
Ellipsoid.WGS84()@JsProperty public Cesium.ExportKmlOptions.ModelCallback modelCallback
@JsProperty public JulianDate time
@JsProperty public TimeInterval defaultAvailability
@JsProperty public int sampleDuration
@JsProperty public boolean kmz
@JsOverlay public static Cesium.ExportKmlOptions create(EntityCollection entities)
Copyright © 2019. All rights reserved.