Package | Description |
---|---|
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.attribution(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(String className) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.crossOrigin(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(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(String errorTileUrl)
URL to the tile image to show in place of the tile that failed to load.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.format(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(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(String pane) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.styles(String styles)
Comma-separated list of WMS styles.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.subdomains(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(Boolean tms)
If true, inverses Y axis numbering for tiles (turn this on for TMS services).
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.transparent(Boolean transparent)
If true, the WMS service will return images with transparency.
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.updateInterval(Boolean updateInterval) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.updateWhenIdle(Boolean updateWhenIdle)
If false, new tiles are loaded during panning, otherwise only after it (for better performance).
|
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.updateWhenZooming(Boolean updateWhenZooming) |
TileLayerWMSOptions.Builder |
TileLayerWMSOptions.Builder.version(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(Boolean zoomReverse)
If set to true, the zoom number used in tile URLs will be reversed (maxZoom - zoom instead of zoom).
|
Copyright © 2018 G-Widgets. All rights reserved.