@JsType(isNative=true, namespace="<global>", name="Object") public class TileLayerWMSOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TileLayerWMSOptions.Builder
The Class Builder.
|
Constructor and Description |
---|
TileLayerWMSOptions() |
Modifier and Type | Method and Description |
---|---|
String |
getAttribution() |
LatLngBounds |
getBounds() |
String |
getClassName() |
boolean |
getCrossOrigin() |
CRS |
getCrs()
Gets the Coordinate Reference System to use for the WMS requests,
defaults to map CRS.
|
boolean |
getDetectRetina() |
String |
getErrorTileUrl() |
String |
getFormat()
Gets the WMS image format.
|
double |
getKeepBuffer() |
String |
getLayers()
Gets the Comma-separated WMS layers.
|
double |
getMaxNativeZoom() |
double |
getMaxZoom() |
double |
getMinNativeZoom() |
double |
getMinZoom() |
boolean |
getNoWrap() |
double |
getOpacity() |
String |
getPane() |
String |
getStyles()
Gets the Comma-separated list of WMS styles.
|
String[] |
getSubdomains() |
double |
getTileSize() |
boolean |
getTms() |
boolean |
getTransparent()
Gets whether the WMS service will return images with transparency.
|
boolean |
getUpdateInterval() |
boolean |
getUpdateWhenIdle() |
boolean |
getUpdateWhenZooming() |
String |
getVersion()
Gets of the WMS service to use.
|
double |
getzIndex() |
double |
getZoomOffset() |
boolean |
getZoomReverse() |
@JsOverlay public final String getLayers()
@JsOverlay public final String getStyles()
@JsOverlay public final String getFormat()
@JsOverlay public final boolean getTransparent()
@JsOverlay public final String getVersion()
@JsOverlay public final CRS getCrs()
@JsOverlay public final double getMinZoom()
@JsOverlay public final double getMaxZoom()
@JsOverlay public final double getMaxNativeZoom()
@JsOverlay public final double getMinNativeZoom()
@JsOverlay public final String[] getSubdomains()
@JsOverlay public final String getErrorTileUrl()
@JsOverlay public final boolean getTms()
@JsOverlay public final double getZoomOffset()
@JsOverlay public final boolean getZoomReverse()
@JsOverlay public final boolean getDetectRetina()
@JsOverlay public final boolean getCrossOrigin()
@JsOverlay public final double getTileSize()
@JsOverlay public final String getAttribution()
@JsOverlay public final boolean getNoWrap()
@JsOverlay public final double getOpacity()
@JsOverlay public final double getzIndex()
@JsOverlay public final boolean getUpdateWhenIdle()
@JsOverlay public final boolean getUpdateWhenZooming()
@JsOverlay public final boolean getUpdateInterval()
@JsOverlay public final LatLngBounds getBounds()
@JsOverlay public final String getPane()
@JsOverlay public final String getClassName()
@JsOverlay public final double getKeepBuffer()
Copyright © 2018 G-Widgets. All rights reserved.