@JsType(isNative=true,
        namespace="<global>",
        name="Object")
public class GoogleEarthEnterpriseTerrainProviderOptions
extends Object
GoogleEarthEnterpriseTerrainProvider.| 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 GoogleEarthEnterpriseImageryProvider. 
 | 
Object | 
proxy
A proxy to use for requests. 
 | 
String | 
url
The url of the Google Earth Enterprise server hosting the imagery. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static GoogleEarthEnterpriseTerrainProviderOptions | 
create(GoogleEarthEnterpriseMetadata metadata)  | 
static GoogleEarthEnterpriseTerrainProviderOptions | 
create(String url)  | 
static GoogleEarthEnterpriseTerrainProviderOptions | 
create(String url,
      GoogleEarthEnterpriseMetadata metadata)  | 
@JsProperty public String url
@JsProperty public GoogleEarthEnterpriseMetadata metadata
@JsProperty public Object proxy
@JsProperty public Ellipsoid ellipsoid
@JsProperty public Credit credit
@JsOverlay public static GoogleEarthEnterpriseTerrainProviderOptions create(String url)
@JsOverlay public static GoogleEarthEnterpriseTerrainProviderOptions create(GoogleEarthEnterpriseMetadata metadata)
@JsOverlay public static GoogleEarthEnterpriseTerrainProviderOptions create(String url, GoogleEarthEnterpriseMetadata metadata)
Copyright © 2019. All rights reserved.