Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.Layer
Packages that use Layer
Package
Description
-
Uses of Layer in org.vaadin.addons.componentfactory.leaflet
Methods in org.vaadin.addons.componentfactory.leaflet that return LayerModifier and TypeMethodDescriptionRecursively searches the map, including nested layer groups, for the layer with the given internal ID.Returns the layer with the given internal ID.Methods in org.vaadin.addons.componentfactory.leaflet with parameters of type LayerModifier and TypeMethodDescriptionvoidAdds the given layer to the mapvoidLeafletMap.removeLayer(Layer layer) Removes the given layer from the map. -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.controls
Methods in org.vaadin.addons.componentfactory.leaflet.controls that return types with arguments of type LayerModifier and TypeMethodDescriptionLayersControl.getBaseLayers()Gets the base layers of the control keyed by their display name.LayersControl.getOverlays()Gets the overlays of the control keyed by their display name.Methods in org.vaadin.addons.componentfactory.leaflet.controls with parameters of type LayerModifier and TypeMethodDescriptionvoidLayersControl.addBaseLayer(Layer layer, String name) Adds a base layer (radio button entry) with the given name to the control.voidLayersControl.addOverlay(Layer layer, String name) Adds an overlay (checkbox entry) with the given name to the control.voidLayersControl.removeLayer(Layer layer) Remove the given layer from the control.Constructor parameters in org.vaadin.addons.componentfactory.leaflet.controls with type arguments of type LayerModifierConstructorDescriptionLayersControl(Map<String, Layer> baseLayers) Creates a new layers control with the given base layers and default options.Creates a new layers control with the given base layers and overlays and default options.LayersControl(Map<String, Layer> baseLayers, Map<String, Layer> overlays, LayersControlOptions options) Creates a new layers control with the given base layers, overlays and options. -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.layer
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.layerModifier and TypeClassDescriptionclassSome Layers can be made interactive - when the user interacts with such a layer, mouse events like click and mouseover can be handled. -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.events
Methods in org.vaadin.addons.componentfactory.leaflet.layer.events that return LayerConstructors in org.vaadin.addons.componentfactory.leaflet.layer.events with parameters of type LayerModifierConstructorDescriptionLayerEvent(LeafletMap source, boolean fromClient, String layerId, LayerEventType eventType, Layer child) Creates a new layer event. -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.groups
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.groupsModifier and TypeClassDescriptionclassExtended LayerGroup that makes it easier to do the same thing to all its member layersclassGeneric class for handling a tiled grid of HTML elements.classUsed to group several layers and handle them as one.Methods in org.vaadin.addons.componentfactory.leaflet.layer.groups that return types with arguments of type LayerModifier and TypeMethodDescriptionRecursively searches this group and any nested layer groups for the layer with the given internal ID.Returns the layer with the given internal ID.LayerGroup.getLayers()Returns an array of all the layers added to the group.Methods in org.vaadin.addons.componentfactory.leaflet.layer.groups with parameters of type LayerModifier and TypeMethodDescriptionvoidAdds the given layer to the group.default voidAdds the given layer to the group.LayerGroup.getLayerId(Layer layer) Returns the internal ID for a layerbooleanReturns whether the given layer is currently in the group.booleanReturns true if the given layer is currently added to the group.voidLayerGroup.removeLayer(Layer layer) Removes the given layer from the group.default voidLayerGroupFunctions.removeLayer(Layer layer) Removes the given layer from the group.Method parameters in org.vaadin.addons.componentfactory.leaflet.layer.groups with type arguments of type LayerModifier and TypeMethodDescriptionvoidIterates over the layers of the group, optionally specifying context of the iterator function.Constructors in org.vaadin.addons.componentfactory.leaflet.layer.groups with parameters of type LayerModifierConstructorDescriptionFeatureGroup(Layer... layers) Creates a feature group containing the given layers.LayerGroup(Layer... layers) Creates a layer group containing the given layers.Constructor parameters in org.vaadin.addons.componentfactory.leaflet.layer.groups with type arguments of type LayerModifierConstructorDescriptionFeatureGroup(List<Layer> layers) Creates a feature group containing the given layers.LayerGroup(List<Layer> layers) Creates a layer group containing the given layers. -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.raster
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.rasterModifier and TypeClassDescriptionclassUsed to load and display a single image over specific bounds of the map.classUsed to load and display tile layers on the map. -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.ui
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.ui -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.ui.markerModifier and TypeClassDescriptionclassL.Marker is used to display clickable/draggable icons on the map. -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.ui.popup
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.ui.popup -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.layer.vectorsModifier and TypeClassDescriptionclassA class for drawing circle overlays on a map.classA circle of a fixed size with radius specified in pixels.class* A class for drawing multi polygon overlays on a map.classA class for drawing multi polyline overlays on a map.classAn abstract class that contains options and constants shared between vector overlays (Polygon, Polyline, Circle).classA class for drawing polygon overlays on a map.classA class for drawing polyline overlays on a map.classA class for drawing rectangle overlays on a map. -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.plugins.esriModifier and TypeClassDescriptionclassEsri layer that renders map images generated on-the-fly by an ArcGIS Server dynamic map service.classAbstract base class for layers provided by the esri-leaflet plugin.classEsri Tiled map layer plugin.classEsri layer that renders an ArcGIS vector basemap using the esri-leaflet-vectorvectorBasemapLayer. -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.plugins.heatmap
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.plugins.heatmap -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.plugins.kmz
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.plugins.kmz -
Uses of Layer in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Subclasses of Layer in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster