ExportKmlOptions

sealed external interface ExportKmlOptions(source)

Properties

Link copied to clipboard

The interval that will be sampled if an entity doesn't have an availability. Default value - entities.computeAvailability()

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The ellipsoid for the output file. Default value - Ellipsoid.default

Link copied to clipboard

The EntityCollection to export as KML.

Link copied to clipboard
abstract var kmz: Boolean?

If true KML and external files will be compressed into a kmz file. Default value - false

Link copied to clipboard

A callback that will be called with a ModelGraphics instance and should return the URI to use in the KML. Required if a model exists in the entity collection.

Link copied to clipboard
abstract var sampleDuration: Int?

The number of seconds to sample properties that are varying in KML. Default value - 60

Link copied to clipboard
abstract var time: JulianDate?

The time value to use to get properties that are not time varying in KML. Default value - entities.computeAvailability().start