@JsType(isNative=true, namespace="<global>", name="Object") public class KmlDataSourceLoadStaticOptions extends KmlDataSourceOptions
KmlDataSource
Modifier and Type | Field and Description |
---|---|
boolean |
clampToGround
true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground.
|
String |
sourceUri
Overrides the url to use for resolving relative links and other KML network features.
|
camera, canvas, ellipsoid
Modifier | Constructor and Description |
---|---|
protected |
KmlDataSourceLoadStaticOptions()
Options for
KmlDataSource |
Modifier and Type | Method and Description |
---|---|
static KmlDataSourceLoadStaticOptions |
create(Camera camera,
com.google.gwt.dom.client.CanvasElement canvas)
Create instance options for
KmlDataSource |
static KmlDataSourceLoadStaticOptions |
create(Camera camera,
com.google.gwt.dom.client.CanvasElement canvas,
Ellipsoid ellipsoid)
Create instance options for
KmlDataSource |
@JsProperty public String sourceUri
@JsProperty public boolean clampToGround
@JsConstructor protected KmlDataSourceLoadStaticOptions()
KmlDataSource
@JsOverlay public static KmlDataSourceLoadStaticOptions create(Camera camera, com.google.gwt.dom.client.CanvasElement canvas)
KmlDataSource
camera
- The camera that is used for viewRefreshModes and sending camera properties to network links.canvas
- The canvas that is used for sending viewer properties to network links.KmlDataSource
@JsOverlay public static KmlDataSourceLoadStaticOptions create(Camera camera, com.google.gwt.dom.client.CanvasElement canvas, Ellipsoid ellipsoid)
KmlDataSource
camera
- The camera that is used for viewRefreshModes and sending camera properties to network links.canvas
- The canvas that is used for sending viewer properties to network links.KmlDataSource
Copyright © 2019. All rights reserved.