@JsType(isNative=true,
namespace="<global>",
name="Object")
public class TileLayerWMSOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TileLayerWMSOptions.Builder
The Class Builder.
|
Modifier and Type | Method and Description |
---|---|
ICRS |
getCrs()
Gets the Coordinate Reference System to use for the WMS requests,
defaults to map CRS.
|
java.lang.String |
getFormat()
Gets the WMS image format.
|
java.lang.String |
getLayers()
Gets the Comma-separated WMS layers.
|
java.lang.String |
getStyles()
Gets the Comma-separated list of WMS styles.
|
java.lang.Boolean |
getTransparent()
Gets whether the WMS service will return images with transparency.
|
java.lang.String |
getVersion()
Gets of the WMS service to use.
|
@JsOverlay public final java.lang.String getLayers()
@JsOverlay public final java.lang.String getStyles()
@JsOverlay public final java.lang.String getFormat()
@JsOverlay public final java.lang.Boolean getTransparent()
@JsOverlay public final java.lang.String getVersion()
@JsOverlay public final ICRS getCrs()