Package | Description |
---|---|
net.java.html.leaflet |
Leaflet API for Java built around the
Map class. |
Modifier and Type | Method and Description |
---|---|
TileLayerWMSOptions |
TileLayerWMSOptions.setAttribution(String attribution)
Sets the attribution option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setBounds(LatLngBounds bounds)
Sets the bounds option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setContinuousWorld(boolean continuousWorld)
Sets the continuousWorld option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setCRS(ICRS crs)
Sets the CRS option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setDetectRetina(boolean detectRetina)
Sets the detectRetina option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setErrorTileUrl(String url)
Sets the error tile url option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setFormat(String format)
Sets the format option.
|
TileLayerWMSOptions |
TileLayerWMSOptions.setId(String id)
Sets the id option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setMaxNativeZoom(int maxNativeZoom)
Sets the maxNativeZoom option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setMaxZoom(int maxZoom)
Sets the maxZoom option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setMinZoom(int minZoom)
Sets the minZoom option.
|
TileLayerWMSOptions |
TileLayerWMSOptions.setNoWrap(boolean noWrap)
Sets the noWrap option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setopacity(int opacity)
Sets the opacity option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setReuseTiles(boolean reuseTiles)
Sets the reuseTiles option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setStyles(String styles)
Sets the styles option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setSubdomains(String subdomain)
Sets the subdomains option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setSubdomains(String[] subdomains)
Sets the subdomains option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setTileSize(int tileSize)
Sets the tileSize option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setTms(boolean tms)
Sets the tms option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setTransparent(boolean transparent)
Sets the transparent option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setUnloadInvisibleTiles(boolean unload)
Sets the unload invisible tiles option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setUpdateWhenIdle(boolean updateWhenIdle)
Sets the updateWhenIdle option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setVersion(String version)
Sets the version option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setZIndex(int zIndex)
Sets the zIndex option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setZoomOffset(int zoomOffset)
Sets the zoomOffset option
|
TileLayerWMSOptions |
TileLayerWMSOptions.setZoomReverse(boolean zoomReverse)
Sets the zoomReverse option
|
Modifier and Type | Method and Description |
---|---|
void |
TileLayerWMS.setParams(TileLayerWMSOptions options)
Merges an object with the new parameters and re-requests tiles on the
current screen.
|
void |
TileLayerWMS.setParams(TileLayerWMSOptions options,
boolean noRedraw)
Merges an object with the new parameters,but does not re-requests tiles
on the current screen.
|
Constructor and Description |
---|
TileLayerWMS(String urlTemplate,
TileLayerWMSOptions options)
Instantiates a WMS tile layer object given a base URL of the WMS service
and a WMS parameters/options object.
|
Copyright © 2017. All rights reserved.