@JsType(isNative=true, namespace="<global>", name="Object") public class WebMapServiceImageryProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
Credit |
credit
A credit for the data source, which is displayed on the canvas.
|
String |
creditStr
A credit for the data source, which is displayed on the canvas.
|
String |
crs
CRS specification, for use with WMS specification >= 1.3.0.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
boolean |
enablePickFeatures
If true, WebMapServiceImageryProvider#pickFeatures will invoke the GetFeatureInfo operation on the WMS server
and return the features included in the response.
|
GetFeatureInfoFormat[] |
getFeatureInfoFormats
The formats in which to try WMS GetFeatureInfo requests.
|
GetFeatureInfoParameters |
getFeatureInfoParameters
Additional parameters to pass to the WMS server in the GetFeatureInfo URL.
|
String |
layers
The layers to include, separated by commas.
|
int |
maximumLevel
The maximum level-of-detail supported by the imagery provider, or undefined if there is no limit.
|
int |
minimumLevel
The minimum level-of-detail supported by the imagery provider.
|
WebMapServiceParameters |
parameters
Additional parameters to pass to the WMS server in the GetMap URL.
|
Rectangle |
rectangle
The rectangle of the layer.
|
String |
srs
SRS specification, for use with WMS specification 1.1.0 or 1.1.1
|
String[] |
subdomains
The subdomains to use for the {s} placeholder in the URL template.
|
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 |
url
The URL of the WMS service.
|
Constructor and Description |
---|
WebMapServiceImageryProviderOptions() |
@JsProperty public String url
@JsProperty public String layers
@JsProperty public WebMapServiceParameters parameters
@JsProperty public GetFeatureInfoParameters getFeatureInfoParameters
@JsProperty public boolean enablePickFeatures
@JsProperty public GetFeatureInfoFormat[] getFeatureInfoFormats
@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 minimumLevel
@JsProperty public int maximumLevel
@JsProperty public String crs
@JsProperty public String srs
@JsProperty public Credit credit
@JsProperty(name="credit") public String creditStr
@JsProperty public String[] subdomains
Copyright © 2019. All rights reserved.