@JsType(isNative=true, namespace="<global>", name="Object") public class UrlTemplateImageryProviderOptions extends Object
Modifier and Type | Field and Description |
---|---|
Credit |
credit
A credit for the data source, which is displayed on the canvas.
|
Object |
customTags
Allow to replace custom keywords in the URL template.
|
Ellipsoid |
ellipsoid
The ellipsoid.
|
boolean |
enablePickFeatures
If true, UrlTemplateImageryProvider#pickFeatures will request the options.pickFeaturesUrl and attempt to interpret
the features included in the response.
|
GetFeatureInfoFormat[] |
getFeatureInfoFormats
The formats in which to get feature information at a specific location when UrlTemplateImageryProvider#pickFeatures is invoked.
|
boolean |
hasAlphaChannel
true if the images provided by this imagery provider include an alpha channel; otherwise, false.
|
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.
|
String |
pickFeaturesUrl
The URL template to use to pick features.
|
Rectangle |
rectangle
The rectangle, in radians, covered by the image.
|
String[] |
subdomains
The subdomains to use for the {s} placeholder in the URL template.
|
int |
tileHeight
Pixel height of image tiles.
|
int |
tileWidth
Pixel width of image tiles.
|
TilingScheme |
tilingScheme
The tiling scheme specifying how the ellipsoidal surface is broken into tiles.
|
String |
url
The URL template to use to request tiles.
|
String |
urlSchemeZeroPadding
Gets the URL scheme zero padding for each tile coordinate.
|
Constructor and Description |
---|
UrlTemplateImageryProviderOptions()
Options for
UrlTemplateImageryProvider |
@JsProperty public String url
@JsProperty public String pickFeaturesUrl
@JsProperty public String urlSchemeZeroPadding
@JsProperty public String[] subdomains
@JsProperty public Credit credit
@JsProperty public int minimumLevel
@JsProperty public int maximumLevel
@JsProperty public Rectangle rectangle
Rectangle.MAX_VALUE()
@JsProperty public TilingScheme tilingScheme
WebMercatorTilingScheme
@JsProperty public Ellipsoid ellipsoid
@JsProperty public int tileWidth
@JsProperty public int tileHeight
@JsProperty public boolean hasAlphaChannel
@JsProperty public GetFeatureInfoFormat[] getFeatureInfoFormats
@JsProperty public boolean enablePickFeatures
@JsProperty public Object customTags
@JsConstructor public UrlTemplateImageryProviderOptions()
UrlTemplateImageryProvider
Copyright © 2019. All rights reserved.