Package | Description |
---|---|
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.attribution(java.lang.String attribution)
the string used by the attribution control, describes the layer data.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.bounds(LatLngBounds bounds)
When this option is set, the TileLayer only loads tiles that are in the given geographical bounds.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.className(java.lang.String className) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.crossOrigin(java.lang.Boolean crossOrigin) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.crs(CRS crs)
Coordinate Reference System to use for the WMS requests, defaults to
map CRS.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.detectRetina(java.lang.Boolean detectRetina)
If true and user is on a retina display, it will request four tiles of half the specified size and a bigger zoom level in place of one to utilize the high resolution.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.errorTileUrl(java.lang.String errorTileUrl)
URL to the tile image to show in place of the tile that failed to load.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.format(java.lang.String format)
WMS image format (use 'image/png' for layers with transparency).
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.keepBuffer(double keepBuffer) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.maxNativeZoom(double maxNativeZoom)
Maximum zoom number the tiles source has available.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.maxZoom(double maxZoom)
Maximum zoom number.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.minNativeZoom(double minNativeZoom) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.minZoom(double minZoom)
Minimum zoom number.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.noWrap(java.lang.Boolean noWrap)
If set to true, the tiles just won't load outside the world width (-180 to 180 longitude) instead of repeating.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.opacity(double opacity)
The opacity of the tile layer.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.pane(java.lang.String pane) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.styles(java.lang.String styles)
Comma-separated list of WMS styles.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.subdomains(java.lang.String[] subdomains)
Subdomains of the tile service.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.tileSize(double tileSize)
Tile size (width and height in pixels, assuming tiles are square).
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.tms(java.lang.Boolean tms)
If true, inverses Y axis numbering for tiles (turn this on for TMS services).
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.transparent(java.lang.Boolean transparent)
If true, the WMS service will return images with transparency.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.updateInterval(java.lang.Boolean updateInterval) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.updateWhenIdle(java.lang.Boolean updateWhenIdle)
If false, new tiles are loaded during panning, otherwise only after it (for better performance).
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.updateWhenZooming(java.lang.Boolean updateWhenZooming) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.version(java.lang.String version)
Version of the WMS service to use.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.zIndex(double zIndex)
The explicit zIndex of the tile layer.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.zoomOffset(double zoomOffset)
The zoom number used in tile URLs will be offset with this value.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.zoomReverse(java.lang.Boolean zoomReverse)
If set to true, the zoom number used in tile URLs will be reversed (maxZoom - zoom instead of zoom).
|