Package | Description |
---|---|
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.crs(ICRS crs)
Coordinate Reference System to use for the WMS requests, defaults to
map CRS.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.format(java.lang.String format)
WMS image format (use 'image/png' for layers with transparency).
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.styles(java.lang.String styles)
Comma-separated list of WMS styles.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.transparent(java.lang.Boolean transparent)
If true, the WMS service will return images with transparency.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.version(java.lang.String version)
Version of the WMS service to use.
|