@JsType(isNative=true, namespace="<global>", name="Object") public class ArcGISTiledElevationTerrainProviderOptions extends Object
ArcGISTiledElevationTerrainProvider
.
sModifier and Type | Field and Description |
---|---|
Ellipsoid |
ellipsoid
The ellipsoid.
|
String |
token
The authorization token to use to connect to the service.
|
Resource |
url
The URL of the ArcGIS ImageServer service.
|
Promise<Resource,Void> |
urlPromise
The URL of the ArcGIS ImageServer service.
|
Promise<String,Void> |
urlPromiseSrt
The URL of the ArcGIS ImageServer service.
|
String |
urlStr
The URL of the ArcGIS ImageServer service.
|
Modifier and Type | Method and Description |
---|---|
static ArcGISTiledElevationTerrainProviderOptions |
create(Promise<Resource,Void> promise) |
static ArcGISTiledElevationTerrainProviderOptions |
create(Resource url) |
static ArcGISTiledElevationTerrainProviderOptions |
create(String url) |
@JsProperty public Resource url
@JsProperty(name="url") public String urlStr
@JsProperty(name="url") public Promise<Resource,Void> urlPromise
@JsProperty(name="url") public Promise<String,Void> urlPromiseSrt
@JsProperty public String token
@JsProperty public Ellipsoid ellipsoid
@JsOverlay public static ArcGISTiledElevationTerrainProviderOptions create(Resource url)
@JsOverlay public static ArcGISTiledElevationTerrainProviderOptions create(String url)
@JsOverlay public static ArcGISTiledElevationTerrainProviderOptions create(Promise<Resource,Void> promise)
Copyright © 2019. All rights reserved.