@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ArcGisImageServerTerrainProviderOptions
extends Object
| Modifier and Type | Field and Description |
|---|---|
Credit |
credit
The credit, which will is displayed on the canvas.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
Object |
proxy
A proxy to use for requests.
|
TilingScheme |
tilingScheme
The tiling scheme specifying how the terrain is broken into tiles.
|
String |
token
The authorization token to use to connect to the service.
|
String |
url
The URL of the ArcGIS ImageServer service.
|
| Constructor and Description |
|---|
ArcGisImageServerTerrainProviderOptions() |
@JsProperty public String url
@JsProperty public String token
@JsProperty public Object proxy
@JsProperty public TilingScheme tilingScheme
GeographicTilingScheme is used.@JsProperty public Ellipsoid ellipsoid
@JsProperty public Credit credit
Copyright © 2019. All rights reserved.