Uses of Class
org.vaadin.addons.componentfactory.leaflet.layer.InteractiveLayer
Packages that use InteractiveLayer
Package
Description
-
Uses of InteractiveLayer in org.vaadin.addons.componentfactory.leaflet.layer.raster
Subclasses of InteractiveLayer in org.vaadin.addons.componentfactory.leaflet.layer.rasterModifier and TypeClassDescriptionclassUsed to load and display a single image over specific bounds of the map. -
Uses of InteractiveLayer in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker
Modifier and TypeClassDescriptionclassL.Marker is used to display clickable/draggable icons on the map. -
Uses of InteractiveLayer in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Subclasses of InteractiveLayer 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.