Appearance
KBE3D / KBCore / Cesium / KmlDataSource / ConstructorOptions
接口: ConstructorOptions
Options for constructing a new KmlDataSource, or calling the static load method.
属性
camera?
optionalcamera:Camera
The camera that is used for viewRefreshModes and sending camera properties to network links.
canvas?
optionalcanvas:HTMLCanvasElement
The canvas that is used for sending viewer properties to network links.
credit?
optionalcredit:string|Credit
A credit for the data source, which is displayed on the canvas.
sourceUri?
optionalsourceUri:string
Overrides the url to use for resolving relative links and other KML network features.
clampToGround?
optionalclampToGround:boolean
true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground.
ellipsoid?
optionalellipsoid:Ellipsoid
The global ellipsoid used for geographical calculations.
screenOverlayContainer?
optionalscreenOverlayContainer:string|Element
A container for ScreenOverlay images.
