@JsType(isNative=true, namespace="<global>", name="Object") public class GoogleEarthEnterpriseImageryProviderOptions extends Object
GoogleEarthEnterpriseImageryProvider
.Modifier and Type | Field and Description |
---|---|
Credit |
credit
A credit for the data source, which is displayed on the canvas.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
GoogleEarthEnterpriseMetadata |
metadata
A metadata object that can be used to share metadata requests with a GoogleEarthEnterpriseTerrainProvider.
|
Object |
proxy
A proxy to use for requests.
|
TileDiscardPolicy |
tileDiscardPolicy
The policy that determines if a tile is invalid and should be discarded.
|
String |
url
The url of the Google Earth Enterprise server hosting the imagery.
|
Modifier and Type | Method and Description |
---|---|
static GoogleEarthEnterpriseImageryProviderOptions |
create(GoogleEarthEnterpriseMetadata metadata) |
static GoogleEarthEnterpriseImageryProviderOptions |
create(String url) |
static GoogleEarthEnterpriseImageryProviderOptions |
create(String url,
GoogleEarthEnterpriseMetadata metadata) |
@JsProperty public String url
@JsProperty public GoogleEarthEnterpriseMetadata metadata
@JsProperty public Object proxy
@JsProperty public Ellipsoid ellipsoid
@JsProperty public TileDiscardPolicy tileDiscardPolicy
@JsProperty public Credit credit
@JsOverlay public static GoogleEarthEnterpriseImageryProviderOptions create(String url)
@JsOverlay public static GoogleEarthEnterpriseImageryProviderOptions create(GoogleEarthEnterpriseMetadata metadata)
@JsOverlay public static GoogleEarthEnterpriseImageryProviderOptions create(String url, GoogleEarthEnterpriseMetadata metadata)
Copyright © 2019. All rights reserved.