@JsType(isNative=true,
        namespace="<global>",
        name="Object")
public class ArcGisMapServerImageryProviderOptions
extends Object
| Modifier and Type | Field and Description | 
|---|---|
Ellipsoid | 
ellipsoid
The ellipsoid. 
 | 
boolean | 
enablePickFeatures
If true, ArcGisMapServerImageryProvider#pickFeatures will invoke the Identify service on the MapServer and return
 the features included in the response. 
 | 
String | 
layers
A comma-separated list of the layers to show, or undefined if all layers should be shown. 
 | 
int | 
maximumLevel
The maximum tile level to request, or undefined if there is no maximum. 
 | 
Rectangle | 
rectangle
The rectangle of the layer. 
 | 
TileDiscardPolicy | 
tileDiscardPolicy
The policy that determines if a tile is invalid and should be discarded. 
 | 
int | 
tileHeight
The height of each tile in pixels. 
 | 
int | 
tileWidth
The width of each tile in pixels. 
 | 
TilingScheme | 
tilingScheme
The tiling scheme to use to divide the world into tiles. 
 | 
String | 
token
The ArcGIS token used to authenticate with the ArcGIS MapServer service. 
 | 
String | 
url
The URL of the ArcGIS MapServer service. 
 | 
boolean | 
usePreCachedTilesIfAvailable
If true, the server's pre-cached tiles are used if they are available. 
 | 
| Constructor and Description | 
|---|
ArcGisMapServerImageryProviderOptions()
Options for  
ArcGisMapServerImageryProvider | 
@JsProperty public String url
@JsProperty public String token
@JsProperty public TileDiscardPolicy tileDiscardPolicy
@JsProperty public boolean usePreCachedTilesIfAvailable
@JsProperty public String layers
@JsProperty public boolean enablePickFeatures
@JsProperty public Rectangle rectangle
Rectangle.MAX_VALUE()@JsProperty public TilingScheme tilingScheme
GeographicTilingScheme@JsProperty public Ellipsoid ellipsoid
@JsProperty public int tileWidth
@JsProperty public int tileHeight
@JsProperty public int maximumLevel
@JsConstructor public ArcGisMapServerImageryProviderOptions()
ArcGisMapServerImageryProviderCopyright © 2019. All rights reserved.