Uses of Class
software.xdev.vaadin.maps.leaflet.layer.raster.LTileLayerWMSOptions
Packages that use LTileLayerWMSOptions
-
Uses of LTileLayerWMSOptions in software.xdev.vaadin.maps.leaflet.layer.raster
Methods in software.xdev.vaadin.maps.leaflet.layer.raster that return LTileLayerWMSOptionsModifier and TypeMethodDescriptionLTileLayerWMSOptions.withFormat(String format) LTileLayerWMSOptions.withLayers(String layers) LTileLayerWMSOptions.withStyles(String styles) LTileLayerWMSOptions.withTransparent(Boolean transparent) LTileLayerWMSOptions.withUppercase(Boolean uppercase) LTileLayerWMSOptions.withVersion(String version) Constructors in software.xdev.vaadin.maps.leaflet.layer.raster with parameters of type LTileLayerWMSOptionsModifierConstructorDescriptionLTileLayerWMS(LComponentManagementRegistry compReg, String baseUrl, LTileLayerWMSOptions options)