@JsType(isNative=true,
namespace="<global>",
name="Object")
public class KmlDataSourceLoadOptions
extends Object
KmlDataSource.load(String, KmlDataSourceLoadOptions).| Modifier and Type | Field and Description |
|---|---|
boolean |
clampToGround
true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground.
|
Ellipsoid |
ellipsoid
The global ellipsoid used for geographical calculations.
|
String |
sourceUri
Overrides the url to use for resolving relative links and other KML network features.
|
| Constructor and Description |
|---|
KmlDataSourceLoadOptions()
Options for
KmlDataSource.load(String, KmlDataSourceLoadOptions). |
@JsProperty public String sourceUri
@JsProperty public boolean clampToGround
@JsProperty public Ellipsoid ellipsoid
@JsConstructor public KmlDataSourceLoadOptions()
KmlDataSource.load(String, KmlDataSourceLoadOptions).Copyright © 2019. All rights reserved.