Skip to content

KBE3D / KBCore / Cesium / KmlDataSource / ConstructorOptions

接口: ConstructorOptions

Options for constructing a new KmlDataSource, or calling the static load method.

属性

camera?

optional camera: Camera

The camera that is used for viewRefreshModes and sending camera properties to network links.


canvas?

optional canvas: HTMLCanvasElement

The canvas that is used for sending viewer properties to network links.


credit?

optional credit: string | Credit

A credit for the data source, which is displayed on the canvas.


sourceUri?

optional sourceUri: string

Overrides the url to use for resolving relative links and other KML network features.


clampToGround?

optional clampToGround: boolean

true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground.


ellipsoid?

optional ellipsoid: Ellipsoid

The global ellipsoid used for geographical calculations.


screenOverlayContainer?

optional screenOverlayContainer: string | Element

A container for ScreenOverlay images.

KBE3D @3.0.0 Copyright © 2024-present KBE3D