Uses of Class
software.xdev.vaadin.maps.leaflet.layer.LLayer
Packages that use LLayer
Package
Description
-
Uses of LLayer in software.xdev.vaadin.maps.leaflet.controls
Methods in software.xdev.vaadin.maps.leaflet.controls with parameters of type LLayerModifier and TypeMethodDescriptionLControlLayers.addBaseLayer(LLayer<?> layer, String name) LControlLayers.addOverlay(LLayer<?> layer, String name) LControlLayers.removeLayer(LLayer<?> layer) Method parameters in software.xdev.vaadin.maps.leaflet.controls with type arguments of type LLayerModifier and TypeMethodDescriptionprotected static StringLControlLayers.convertLayerMapToString(Map<String, LLayer<?>> map) Constructor parameters in software.xdev.vaadin.maps.leaflet.controls with type arguments of type LLayerModifierConstructorDescriptionLControlLayers(LComponentManagementRegistry compReg, Map<String, LLayer<?>> baselayers) LControlLayers(LComponentManagementRegistry compReg, Map<String, LLayer<?>> baselayers, Map<String, LLayer<?>> overlays) LControlLayers(LComponentManagementRegistry compReg, Map<String, LLayer<?>> baselayers, Map<String, LLayer<?>> overlays, LControlLayersOptions options) LControlLayers(LComponentManagementRegistry compReg, Map<String, LLayer<?>> baselayers, LControlLayersOptions options) -
Uses of LLayer in software.xdev.vaadin.maps.leaflet.layer
Classes in software.xdev.vaadin.maps.leaflet.layer with type parameters of type LLayerSubclasses of LLayer in software.xdev.vaadin.maps.leaflet.layerModifier and TypeClassDescriptionclassLAbstractLayerGroup<S extends LAbstractLayerGroup<S>>classLGridLayer<S extends LGridLayer<S>>classLInteractiveLayer<S extends LInteractiveLayer<S>>classMethods in software.xdev.vaadin.maps.leaflet.layer with parameters of type LLayerConstructors in software.xdev.vaadin.maps.leaflet.layer with parameters of type LLayerModifierConstructorDescriptionLLayerGroup(LComponentManagementRegistry compReg, LLayer<?>... layers) LLayerGroup(LComponentManagementRegistry compReg, LLayer<?>[] layers, LLayerOptions<?>[] options) -
Uses of LLayer in software.xdev.vaadin.maps.leaflet.layer.other
Subclasses of LLayer in software.xdev.vaadin.maps.leaflet.layer.otherModifier and TypeClassDescriptionclassLAbstractFeatureGroup<S extends LAbstractFeatureGroup<S>>classclassMethods in software.xdev.vaadin.maps.leaflet.layer.other with parameters of type LLayerConstructors in software.xdev.vaadin.maps.leaflet.layer.other with parameters of type LLayerModifierConstructorDescriptionLFeatureGroup(LComponentManagementRegistry compReg, LLayer<?>... layers) LFeatureGroup(LComponentManagementRegistry compReg, LLayer<?>[] layers, LLayerOptions<?>[] options) -
Uses of LLayer in software.xdev.vaadin.maps.leaflet.layer.raster
Subclasses of LLayer in software.xdev.vaadin.maps.leaflet.layer.rasterModifier and TypeClassDescriptionclassLAbstractTileLayer<S extends LAbstractTileLayer<S>>Represents a tile layer.classclassRepresents a tile layer.classRepresents a WMS tile layer.class -
Uses of LLayer in software.xdev.vaadin.maps.leaflet.layer.ui
Subclasses of LLayer in software.xdev.vaadin.maps.leaflet.layer.uiMethods in software.xdev.vaadin.maps.leaflet.layer.ui with parameters of type LLayerConstructors in software.xdev.vaadin.maps.leaflet.layer.ui with parameters of type LLayerModifierConstructorDescriptionLPopup(LComponentManagementRegistry compReg, LPopupOptions options, LLayer<?> source) LTooltip(LComponentManagementRegistry compReg, LTooltipOptions options, LLayer<?> source) -
Uses of LLayer in software.xdev.vaadin.maps.leaflet.layer.vector
Subclasses of LLayer in software.xdev.vaadin.maps.leaflet.layer.vectorModifier and TypeClassDescriptionclassLAbstractCircle<S extends LAbstractCircle<S>>classclassclassclassclassclassclass -
Uses of LLayer in software.xdev.vaadin.maps.leaflet.map
Methods in software.xdev.vaadin.maps.leaflet.map that return LLayerMethods in software.xdev.vaadin.maps.leaflet.map with parameters of type LLayerModifier and TypeMethodDescriptionLMap.removeLayer(LLayer<?> layer) voidLMapOptions.withLayers(LLayer<?>[] layers)