Class LTileLayerWMS
java.lang.Object
software.xdev.vaadin.maps.leaflet.base.LAbstractComponent<LTileLayerWMS>
software.xdev.vaadin.maps.leaflet.base.LBaseComponent<LTileLayerWMS>
software.xdev.vaadin.maps.leaflet.layer.LLayer<LTileLayerWMS>
software.xdev.vaadin.maps.leaflet.layer.LGridLayer<LTileLayerWMS>
software.xdev.vaadin.maps.leaflet.layer.raster.LAbstractTileLayer<LTileLayerWMS>
software.xdev.vaadin.maps.leaflet.layer.raster.LTileLayerWMS
- All Implemented Interfaces:
LHasBringTo<LTileLayerWMS>, LHasOpacity<LTileLayerWMS>, LHasRedraw<LTileLayerWMS>, LHasSetZIndex<LTileLayerWMS>, LComponent<LTileLayerWMS>, LEvented<LTileLayerWMS>
Represents a WMS tile layer.
-
Constructor Summary
ConstructorsConstructorDescriptionLTileLayerWMS(LComponentManagementRegistry compReg, String baseUrl, String layers) LTileLayerWMS(LComponentManagementRegistry compReg, String baseUrl, String layers, int maxZoom, String attribution) LTileLayerWMS(LComponentManagementRegistry compReg, String baseUrl, LTileLayerWMSOptions options) -
Method Summary
Methods inherited from class LLayer
addTo, addTo, addTo, bindPopup, bindPopup, bindPopup, bindTooltip, bindTooltip, bindTooltip, closePopup, closeTooltip, openPopup, openPopup, openTooltip, openTooltip, remove, removeFrom, removeFrom, removeFrom, togglePopup, toggleTooltip, unbindPopup, unbindTooltipMethods inherited from class LBaseComponent
clientComponentJsAccessorMethods inherited from class LAbstractComponent
componentRegistryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface LComponent
clientComponentJsAccessor, componentRegistry, invokeSelf, invokeSelfReturn, selfMethods inherited from interface LEvented
addEventParent, fire, fire, fire, off, off, off, off, on, on, on, once, once, once, removeEventParentMethods inherited from interface LHasBringTo
bringToBack, bringToFrontMethods inherited from interface LHasOpacity
setOpacityMethods inherited from interface LHasRedraw
redrawMethods inherited from interface LHasSetZIndex
setZIndex
-
Constructor Details
-
LTileLayerWMS
public LTileLayerWMS(LComponentManagementRegistry compReg, String baseUrl, LTileLayerWMSOptions options) -
LTileLayerWMS
-
LTileLayerWMS
public LTileLayerWMS(LComponentManagementRegistry compReg, String baseUrl, String layers, int maxZoom, String attribution)
-