Index

A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

add - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.Layer.LayerEventType
Fired after the layer is added to a map.
addBaseLayer(Layer, String) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Adds a base layer (radio button entry) with the given name to the control.
addControl(LeafletControl) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Adds the given control to the map
AddEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a layer is added to the map.
AddEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.AddEvent
Creates a new add event.
addEventListener(LeafletEventType, LeafletEventListener<T>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.Evented
Adds a listener function (fn) to a particular event type of the object.
addEventListener(LeafletEventType, LeafletEventListener<T>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Registers a listener for the given event type on this layer.
addEventListener(LeafletEventType, LeafletEventListener<T>) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Registers a listener for the given Leaflet event type on the map.
addLatLng(LatLng) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Adds a new point to the heatmap and redraws it.
addLayer(Layer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Adds the given layer to the group.
addLayer(Layer) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroupFunctions
Adds the given layer to the group.
addLayer(Layer) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Adds the given layer to the map
addOverlay(Layer, String) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Adds an overlay (checkbox entry) with the given name to the control.
addThemeVariants(LeafletMapVariant...) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Adds theme variants to the map component.
addTo(LayerGroup) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Adds the layer to the given layer group
addTo(LeafletMap) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl
Adds the control to the given map.
addTo(LeafletMap) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Adds the layer to the given map
animationend - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterEventType
Fires when marker clustering/unclustering animation has completed
AnimationOptions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Animation Options
AttributionControl - Class in org.vaadin.addons.componentfactory.leaflet.controls
The attribution control allows you to display attribution data in a small text box on a map.
AttributionControl() - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.AttributionControl
Creates a new attribution control.

B

baselayerchange - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl.LayerControlEventType
Fired when the base layer is changed through the layers control.
BaseLayerChangeEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a different base layer is selected through the layers control.
BaseLayerChangeEvent(LeafletMap, boolean, String, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.BaseLayerChangeEvent
Creates a new base layer change event.
BaseMoveEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Base class for events that report a change of coordinates, carrying both the previous and the new position of a layer.
BaseMoveEvent(LeafletMap, boolean, String, DragEventType, LatLng, LatLng) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.BaseMoveEvent
Creates a new move event.
BasicType - Interface in org.vaadin.addons.componentfactory.leaflet.types
Base interface for serializable value types used by the Leaflet component.
Basic Usage - Search tag in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Section
Basic Usage - Search tag in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Section
bindPopup(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Binds a popup with the given HTML content to this layer.
bindPopup(String) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Binds a popup to the layer with the passed content
bindPopup(Popup) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Binds the given popup to this layer.
bindPopup(Popup) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Binds a popup to the layer with the passed content
bindTooltip(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Binds a tooltip with the given content to this layer.
bindTooltip(String) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Binds a tooltip to the layer with the passed content
bindTooltip(Tooltip) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Binds the given tooltip to this layer.
bindTooltip(Tooltip) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Binds a tooltip to the layer with the passed content
bottomleft - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl.ControlPosition
Bottom-left corner of the map.
bottomright - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl.ControlPosition
Bottom-right corner of the map.
Bounds - Class in org.vaadin.addons.componentfactory.leaflet.types
Represents a rectangular area in pixel coordinates.
Bounds() - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Creates an empty bounds.
Bounds(Point...) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Creates bounds that contain the given points.
bringToBack() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.FeatureGroupFunctions
Brings the layer group to the back of all other layers
bringToBack() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathFunctions
Brings the layer to the bottom of all path layers.
bringToFront() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.FeatureGroupFunctions
Brings the layer group to the top of all other layers
bringToFront() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathFunctions
Brings the layer to the top of all path layers.

C

call(String, Class<T>, Serializable...) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.ExecutableFunctions
Calls the given client-side JavaScript function on this object and returns its result asynchronously.
call(Identifiable, String, Class<T>, Serializable...) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.ExecutableFunctions
Calls the given client-side JavaScript function on the given target and returns its result asynchronously.
call(Identifiable, String, Class<T>, Serializable...) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Calls the named Leaflet function on the client for the given target and asynchronously returns its result deserialized to the requested type.
call(Identifiable, String, Class<T>, Serializable...) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Delegates a client-side function call, returning a result, to the parent, if any.
callLatLng() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.MarkerFunctions
Returns the current geographical position of the marker.
Circle - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
A class for drawing circle overlays on a map.
Circle(LatLng) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Circle
Instantiates a circle at the given geographical point using the default radius.
Circle(LatLng, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Circle
Instantiates a circle at the given geographical point with the given radius in meters.
CircleMarker - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
A circle of a fixed size with radius specified in pixels.
CircleMarker(LatLng) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.CircleMarker
Instantiates a circle marker object given a geographical point
CircleMarker(LatLng, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.CircleMarker
Instantiates a circle marker object given a geographical point and a custom radius in pixels
clearAllEventListeners() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.Evented
Alias to off()
clearAllEventListeners() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Removes all event listeners registered on this layer.
clearAllEventListeners() - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Removes all event listeners registered on the map.
clearLayers() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Removes all layers from the group.
clearLayers() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroupFunctions
Removes all the layers from the group.
click - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Fired when the user clicks (or taps) the layer.
closePopup() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Closes the popup bound to this layer if it is open.
closeTooltip() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Closes the tooltip bound to this layer if it is open.
clusterclick - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterEventType
Fired when the user clicks (or taps) the marker cluster
clustermouseout - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterEventType
Fired when the mouse leaves the marker cluster
clustermouseover - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterEventType
Fired when the mouse enters the marker cluster
collapse() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Collapse the control container if expanded.
configureObjectMapper(JsonMapper.Builder) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Hook for subclasses to customize the Jackson mapper used for serializing this object.
containerPointToLatLng(Point) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Given a pixel coordinate relative to the map container, returns the corresponding geographical coordinate (for the current zoom level).
containerPointToLayerPoint(Point) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Given a pixel coordinate relative to the map container, returns the corresponding pixel coordinate relative to the origin pixel.
contains(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Point
Returns `true` if both coordinates of the given point are less than the corresponding current point coordinates (in absolute values).
contextmenu - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Fired when the user right-clicks on the layer, prevents default browser context menu from showing if there are listeners on this event.
ControlOptions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Leaflet map control options
createDefault() - Static method in class org.vaadin.addons.componentfactory.leaflet.i18n.LeafletI18n
Creates a new instance populated with the default localized messages.

D

dblclick - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Fired when the user double-clicks (or double-taps) the layer.
DEFAULT_ICON - Static variable in class org.vaadin.addons.componentfactory.leaflet.types.Icon
The default Leaflet marker icon, using the standard icon, retina and shadow images.
DEFAULT_PANE - Static variable in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
The name of the default map pane (overlayPane) used to render a layer.
defaultGradient() - Static method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Builds the default color gradient, mapping intensity ratios to colors (blue, cyan, lime, yellow and red).
DefaultMapOptions - Class in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Map options with leaflet default values
DefaultMapOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Creates a new set of map options initialized with the Leaflet default values and a randomly generated unique identifier.
distance(LatLng, LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Returns the distance between two geographical coordinates according to the map's CRS.
distanceTo(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Point
Returns the cartesian distance between the current and the given points.
DivIcon - Class in org.vaadin.addons.componentfactory.leaflet.types
Represents a lightweight icon for markers that uses a simple element instead of an image.
DivIcon() - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.DivIcon
Creates a DivIcon using the default leaflet-div-icon CSS class.
DivIcon(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.DivIcon
Creates a DivIcon using the given CSS class name.
DivOverlay - Class in org.vaadin.addons.componentfactory.leaflet.layer.ui
Base model for L.Popup and L.Tooltip.
DivOverlay(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.ui.DivOverlay
Creates a new overlay with the given HTML content.
drag - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.DragEventType
Fired repeatedly while the user drags the marker.
dragend - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.DragEventType
Fired when the user stops dragging the marker.
DragEndEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a draggable layer has finished being dragged, carrying the final coordinates and the distance moved.
DragEndEvent(LeafletMap, boolean, String, double, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.DragEndEvent
Creates a new drag end event.
DragEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired repeatedly while the user drags a marker or layer, carrying the previous and the current coordinates.
DragEvent(LeafletMap, boolean, String, Double, Double, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.DragEvent
Creates a new drag event.
DragEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Enumeration of the Leaflet event types related to dragging and moving a marker or layer.
dragstart - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.DragEventType
Fired when the user starts dragging the marker.
DynamicMapLayer - Class in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Esri layer that renders map images generated on-the-fly by an ArcGIS Server dynamic map service.
DynamicMapLayer(DynamicMapLayerOptions) - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.esri.DynamicMapLayer
Creates a new dynamic map layer configured with the given options.
DynamicMapLayerOptions - Class in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Configuration options for a DynamicMapLayer.
DynamicMapLayerOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.esri.DynamicMapLayerOptions
 
DynamicMapLayerOptions.LayerDef - Class in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Definition filter applied to a single sub-layer of the dynamic map service.

E

eachLayer(Consumer<Layer>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Iterates over the layers of the group, optionally specifying context of the iterator function.
enterFullscreen - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl.FullScreenEventType
Fired when the map enters fullscreen mode.
error - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay.Events
Fired when the image overlay fails to load its image.
ErrorEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Represents the leaflet ErrorEvent
ErrorEvent(LeafletMap, boolean, String, String, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.ErrorEvent
Creates a new error event.
EsriLeafletLayer - Class in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Abstract base class for layers provided by the esri-leaflet plugin.
EsriLeafletLayer() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.esri.EsriLeafletLayer
 
Evented - Interface in org.vaadin.addons.componentfactory.leaflet.layer.events
A set of methods shared between event-powered classes (like Map and Marker).
EventTypeRegistry - Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Registry that maps Leaflet event names to their corresponding LeafletEventType constants.
EventTypeRegistry() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.types.EventTypeRegistry
 
ExecutableFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Defines the operations for invoking Leaflet JavaScript functions on the client side, either as fire-and-forget calls or as calls that return a result.
executeJs(String, Serializable...) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.ExecutableFunctions
Executes the given client-side JavaScript function on this object without expecting a return value.
executeJs(Identifiable, String, Serializable...) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.ExecutableFunctions
Executes the given client-side JavaScript function on the given target without expecting a return value.
executeJs(Identifiable, String, Serializable...) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Executes the named Leaflet function on the client for the given target, without expecting a return value.
executeJs(Identifiable, String, Serializable...) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Delegates the execution of the named client-side function to the parent, if any.
exitFullscreen - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl.FullScreenEventType
Fired when the map exits fullscreen mode.
expand() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Expand the control container if collapsed.
extend(double, double) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Extends the bounds to contain the point with the given coordinates, updating the minimum and maximum corners as needed.
extend(List<LatLng>) - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Extends the bounds to contain the given points.
extend(LatLng...) - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Extends the bounds to contain the given points.
extend(LatLngBounds) - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Extend the bounds to contain the given bounds
extend(Point...) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Extends the bounds to contain the given points.

F

FeatureGroup - Class in org.vaadin.addons.componentfactory.leaflet.layer.groups
Extended LayerGroup that makes it easier to do the same thing to all its member layers
FeatureGroup() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.groups.FeatureGroup
Creates an empty feature group.
FeatureGroup(List<Layer>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.groups.FeatureGroup
Creates a feature group containing the given layers.
FeatureGroup(Layer...) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.groups.FeatureGroup
Creates a feature group containing the given layers.
FeatureGroupFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.groups
FeatureGroup methods
findLayer(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Recursively searches this group and any nested layer groups for the layer with the given internal ID.
findLayer(String) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Recursively searches the map, including nested layer groups, for the layer with the given internal ID.
fireEvent(T) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Dispatches the given event to all listeners registered for its event type.
fitBounds(LatLngBounds) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets a map view that contains the given geographical bounds with the maximum zoom level possible.
fitBounds(LatLngBounds, FitBoundsOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets a map view that contains the given geographical bounds with the maximum zoom level possible.
FitBoundsOptions - Class in org.vaadin.addons.componentfactory.leaflet.options
Options controlling the behavior of Leaflet's map.fitBounds() call.
FitBoundsOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
 
fitWorld() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets a map view that mostly contains the whole world with the maximum zoom level possible.
fitWorld(FitBoundsOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets a map view that mostly contains the whole world with the maximum zoom level possible.
flyTo(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the view of the map (geographical center and zoom)
flyTo(LatLng, int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the view of the map (geographical center and zoom)
flyTo(LatLng, int, PanOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the view of the map (geographical center and zoom) performing a smooth pan animation.
flyTo(LatLng, int, ZoomOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the view of the map (geographical center and zoom) performing a smooth zoom animation.
flyToBounds(LatLngBounds) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the view of the map with a smooth animation like flyTo, but takes a bounds parameter like fitBounds.
flyToBounds(LatLngBounds, FitBoundsOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the view of the map with a smooth animation like flyTo, but takes a bounds parameter like fitBounds.
FullScreenControl - Class in org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen
Leaflet.Control.FullScreen
FullScreenControl() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Creates a new fullscreen control positioned in the top-left corner of the map.
FullScreenControl.FullScreenEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen
The event types fired by the fullscreen control when the map enters or exits fullscreen mode.
FullScreen events - Search tag in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Section
FullScreen options - Search tag in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Section

G

GeolocationFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Exposes the Leaflet geolocation methods of the map, allowing the user's location to be detected and tracked via the browser Geolocation API.
GeometryStructure - Interface in org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure
Core interface to geometry structures
getAccuracy() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
Accuracy of location in meters.
getAlt() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Gets the text used for the alt attribute of the image.
getAlt() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns the text set for the alt attribute of the marker's icon, for accessibility purposes.
getAltitude() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
Height of the position above the WGS84 ellipsoid in meters.
getAltitude() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Returns the altitude in meters.
getAltitudeAccuracy() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
Accuracy of altitude in meters.
getArguments() - Method in class org.vaadin.addons.componentfactory.leaflet.operations.LeafletOperation
Returns the operation arguments serialized to JSON.
getAttribution() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Returns the attribution string shown for this layer.
getAutoPanPadding() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns the padding kept between a dragged marker and the map borders that triggers auto-panning.
getAutoPanPadding() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns the padding kept between the popup and the map borders during auto-panning.
getAutoPanPaddingBottomRight() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns the bottom-right padding kept between the popup and the map borders during auto-panning.
getAutoPanPaddingTopLeft() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns the top-left padding kept between the popup and the map borders during auto-panning.
getAutoPanSpeed() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns the number of pixels the map is panned per animation frame during auto-panning.
getBaseLayers() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Gets the base layers of the control keyed by their display name.
getBgPos() - Method in class org.vaadin.addons.componentfactory.leaflet.types.DivIcon
Returns the relative position of the background, in pixels.
getBlur() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Returns the amount of blur applied to the heatmap.
getBlur() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Returns the amount of blur applied to the heatmap.
getBottomLeft() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Returns the bottom-left point of the bounds.
getBottomRight() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Returns the bottom-right point of the bounds
getBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
Geographical bounds of the area user is located in (with respect to the accuracy of location).
getBounds() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.FeatureGroupFunctions
Returns the LatLngBounds of the Feature Group (created from bounds and coordinates of its children).
getBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets the geographical bounds outside of which tiles are not loaded.
getBounds() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the geographical bounds visible in the current map view
getBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the geographical bounds visible in the current map view
getBounds() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Returns the geographical bounds visible in the current map view
getBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Gets the geographical bounds the image is tied to.
getBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.MultiPolygon.MultiPolygonStructure
Calculate the boundary of this geometry structure
getBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
Returns the LatLngBounds of the path.
getBounds() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure.GeometryStructure
Calculate the boundary of this geometry structure
getBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure.LatLngArray
Calculate the boundary of this geometry structure
getBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure.MultiLatLngArray
Calculate the boundary of this geometry structure
getBoundsZoom(LatLngBounds, boolean, Point) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the maximum zoom level on which the given bounds fit to the map view in its entirety.
getCenter() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ZoomAnimEvent
The current center of the map
getCenter() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the geographical center of the map view
getCenter() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the initial geographic center of the map.
getCenter() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Returns the initial geographic center of the map.
getCenter() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Returns the center point of the bounds.
getCenter() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Returns the center point of the bounds.
getChild() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LayerEvent
The layer that was added or removed.
getChunkDelay() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the delay, in milliseconds, between processing consecutive chunks when chunked loading is enabled.
getChunkDelay() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Gets the delay, in milliseconds, between processing consecutive chunks when chunked loading is enabled.
getChunkInterval() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the maximum time, in milliseconds, spent processing markers in a single chunk before yielding to the browser.
getChunkInterval() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Gets the maximum time, in milliseconds, spent processing markers in a single chunk before yielding to the browser.
getClassName() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets the custom class name assigned to the tile layer.
getClassName() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Gets the custom class name assigned to the image.
getClassName() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.DivOverlay
A custom CSS class name to assign to the overlay.
getClassName() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the custom class name set on the element.
getClassName() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the custom class name set on the element.
getClassName() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the custom CSS class name assigned to both icon and shadow images.
getClusterPane() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the name of the map pane in which the cluster icons are placed.
getClusterPane() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Gets the name of the map pane in which the cluster icons are placed.
getCode() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ErrorEvent
Error code (if applicable).
getCode() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyboardEvent
Returns the code of the key that triggered the event
getColor() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the stroke color.
getColor() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the stroke color.
getConstructorArgumentNames() - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Returns the names of the fields used as client-side constructor arguments, ordered by their LeafletArgument index.
getConstructorArgumentNames() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Returns the client-side constructor argument names for this layer.
getContainerPoint() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseEvent
Pixel coordinates of the point where the mouse event occured relative to the map сontainer.
getContent() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.DivOverlay
Returns the content of the overlay.
getContent() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Gets the content of the button, which may be HTML.
getCoords() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.TileEvent
Point object with the tile's x, y, and z (zoom level) coordinates.
getCrossOrigin() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Gets the crossOrigin attribute value applied to the image.
getCrossOrigin() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Returns the crossOrigin attribute value applied to the tiles.
getDashArray() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the stroke dash pattern.
getDashArray() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the stroke dash pattern.
getDashOffset() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the distance into the dash pattern to start the dash.
getDashOffset() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the distance into the dash pattern to start the dash.
getDirection() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Returns the direction where the tooltip opens relative to its anchor.
getDisableClusteringAtZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the zoom level at and beyond which clustering is disabled, or null if clustering is always enabled.
getDisableClusteringAtZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Gets the zoom level at and beyond which clustering is disabled, or null if clustering is always enabled.
getDistance() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.DragEndEvent
The distance in pixels the draggable element was moved by.
getDuration() - Method in class org.vaadin.addons.componentfactory.leaflet.options.PanOptions
Returns the duration of the panning animation, in seconds.
getEaseLinearity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the easing linearity applied to inertial panning animations.
getEaseLinearity() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
Returns the easing linearity applied to inertial panning animations.
getEaseLinearity() - Method in class org.vaadin.addons.componentfactory.leaflet.options.PanOptions
Returns the curvature factor of the panning animation easing.
getEast() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Returns the east longitude of the bounds
getErrorOverlayUrl() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Gets the URL of the image shown when the overlay image fails to load.
getErrorTileUrl() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Returns the URL of the tile image shown in place of tiles that fail to load.
getEvents() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Returns the Leaflet event names this layer currently listens to.
getEvents() - Method in interface org.vaadin.addons.componentfactory.leaflet.LeafletModel
Returns the list of Leaflet event types registered on the map.
getFillColor() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the fill color.
getFillColor() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the fill color.
getFillOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the fill opacity.
getFillOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the fill opacity.
getFillRule() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets how the inside of a shape is determined.
getFillRule() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets how the inside of a shape is determined.
getFunctionName() - Method in class org.vaadin.addons.componentfactory.leaflet.operations.LeafletOperation
Returns the name of the function to invoke on the client side.
getGradient() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Returns the color gradient configuration mapping intensity ratios to colors.
getGradient() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Returns the color gradient configuration mapping intensity ratios to colors.
getHeading() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
The direction of travel in degrees counting clockwise from true North.
getHtml() - Method in class org.vaadin.addons.componentfactory.leaflet.types.DivIcon
Returns the custom HTML code placed inside the div element.
getIcon() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns the icon used to render the marker.
getIcon() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.MarkerFunctions
Returns the current icon used by the marker
getIconAnchor() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the coordinates of the "tip" of the icon relative to its top-left corner.
getIconSize() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the size of the icon image in pixels.
getIconUrl() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the URL to the icon image.
getImageUrl() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Gets the URL of the image displayed by this overlay.
getInertiaDeceleration() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the rate with which the inertial movement slows down, in pixels/second².
getInertiaDeceleration() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
Returns the rate with which the inertial movement slows down, in pixels/second².
getInertiaMaxSpeed() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the maximum speed of the inertial movement, in pixels/second.
getInertiaMaxSpeed() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
Returns the maximum speed of the inertial movement, in pixels/second.
getJson() - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Returns the JSON representation of this object, computing it lazily on first access.
getKeepBuffer() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets the number of rows and columns of tiles kept before unloading them when panning.
getKey() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyboardEvent
Returns the key value of the key represented by the event
getKeyboardPanDelta() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the amount of pixels the map pans when pressing an arrow key.
getKeyboardPanDelta() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.KeyboardNavigationOptions
Returns the amount of pixels the map pans when pressing an arrow key.
getKeyCode() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyboardEvent
Returns the Unicode character code of the key that triggered the onkeypress event, or the Unicode key code of the key that triggered the onkeydown or onkeyup event
getLat() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Returns the latitude in degrees.
getLatlng() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
Detected geographical location of the user.
getLatlng() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.CircleMarker
Gets the geographical point where the circle marker is centered.
getLatLng() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.BaseMoveEvent
Gets the coordinates the layer moved to.
getLatLng() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.DragEndEvent
The coordinates of the layer after the drag operation finished.
getLatLng() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseEvent
The geographical point where the mouse event occured.
getLatLng() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.DivOverlay
Returns the geographical point of popup.
getLatLng() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns the geographical point where the marker is placed.
getLatlngs() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.MultiPolygon
Gets the geographical points that make up this polyline.
getLatlngs() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.MultiPolyline
Gets the geographical points that make up this polyline.
getLatlngs() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polygon
Gets the geographical points that make up this polyline.
getLatlngs() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
Gets the geographical points that make up this polyline.
getLatLngs() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Returns the list of weighted points currently rendered by this heatmap.
getLayer(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Returns the layer with the given internal ID.
getLayer(String) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Returns the layer with the given internal ID.
getLayerId() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LeafletEvent
The object that fired the event.
getLayerId() - Method in class org.vaadin.addons.componentfactory.leaflet.operations.LeafletOperation
Returns the id of the target layer the function is called on.
getLayerId(Layer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Returns the internal ID for a layer
getLayerPoint() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseEvent
Pixel coordinates of the point where the mouse event occured relative to the map layer.
getLayers() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Returns an array of all the layers added to the group.
getLeafletEvent() - Method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.DragEventType
Returns the name of the corresponding Leaflet event.
getLeafletEvent() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.types.LeafletEventType
Returns the name of the corresponding Leaflet event.
getLeafletEvent() - Method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Returns the Leaflet event name of this event type.
getLeafletEvent() - Method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.PopupEventType
Returns the Leaflet event name of this event type.
getLeafletEvent() - Method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TileEventType
Returns the Leaflet event name of this event type.
getLeafletEvent() - Method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TooltipEventType
Returns the Leaflet event name of this event type.
getLeafletType() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl
Gets the Leaflet type identifier of this control.
getLeafletType() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.MultiPolygon
Returns the Leaflet type name of this object, used to instantiate the matching class on the client side.
getLeafletType() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.MultiPolyline
Returns the Leaflet type name of this object, used to instantiate the matching class on the client side.
getLeafletType() - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Returns the Leaflet type name of this object, used to instantiate the matching class on the client side.
getLeafletType() - Method in interface org.vaadin.addons.componentfactory.leaflet.types.BasicType
Returns the Leaflet type name of this value, used to identify the type on the client side.
getLineCap() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the shape to be used at the end of the stroke.
getLineCap() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the shape to be used at the end of the stroke.
getLineJoin() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the shape to be used at the corners of the stroke.
getLineJoin() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the shape to be used at the corners of the stroke.
getLng() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Returns the longitude in degrees.
getMapOptions() - Method in interface org.vaadin.addons.componentfactory.leaflet.LeafletModel
Returns the current map options.
getMax() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Returns the maximum point intensity.
getMax() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Returns the maximum point intensity.
getMax() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
The bottom right corner of the rectangle.
getMaxBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the geographical bounds the map view is restricted to.
getMaxBounds() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Returns the geographical bounds the map view is restricted to.
getMaxBoundsViscosity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns how solid the max bounds are when dragging the map around.
getMaxBoundsViscosity() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
Returns how solid the max bounds are when dragging the map around.
getMaxClusterRadius() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the maximum radius, in pixels, that a cluster will cover from the central marker.
getMaxClusterRadius() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Gets the maximum radius, in pixels, that a cluster will cover from the central marker.
getMaxHeight() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns the maximum height of the popup, in pixels.
getMaximumAge() - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Returns the maximum age of the detected location for which a cached result may be returned.
getMaxWidth() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ScaleControl
Gets the maximum width of the control in pixels.
getMaxWidth() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns the maximum width of the popup, in pixels.
getMaxZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets the maximum zoom level up to which this layer is displayed (inclusive).
getMaxZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the maximum zoom level of the map (if set in the maxZoom option of the map or of any layers).
getMaxZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the maximum zoom level of the map.
getMaxZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Returns the maximum zoom level of the map.
getMaxZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
Gets the maximum zoom level used when fitting the bounds.
getMaxZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Returns the maximum zoom used for automatic view setting.
getMaxZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Returns the zoom level at which the points reach maximum intensity.
getMaxZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Returns the zoom level at which the points reach maximum intensity.
getMessage() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ErrorEvent
Error message.
getMin() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
The top left corner of the rectangle.
getMinOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Returns the minimum opacity the heat will start at.
getMinOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Returns the minimum opacity the heat will start at.
getMinWidth() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns the minimum width of the popup, in pixels.
getMinZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets the minimum zoom level down to which this layer is displayed (inclusive).
getMinZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the minimum zoom level of the map (if set in the minZoom option of the map or of any layers), or 0 by default.
getMinZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the minimum zoom level of the map.
getMinZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Returns the minimum zoom level of the map.
getName() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlEvent
The name of the layer that was added or removed.
getNewSize() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ResizeEvent
The new size after the resize event.
getNorth() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Returns the north latitude of the bounds
getNorthEast() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Returns the north-east point of the bounds.
getNorthWest() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Returns the north-west point of the bounds.
getOffset() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.DivOverlay
The offset of the overlay position.
getOldLatLng() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.BaseMoveEvent
Gets the coordinates the layer moved from.
getOldSize() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ResizeEvent
The old size before resize event.
getOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets the opacity of the tiles.
getOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Gets the opacity of the image overlay.
getOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns the opacity of the marker, between 0 and 1.
getOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Returns the opacity of the tooltip, between 0 and 1.
getOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the stroke opacity.
getOpacity() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the stroke opacity.
getOptions() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the clustering options applied to this marker cluster group.
getOverlays() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Gets the overlays of the control keyed by their display name.
getPadding() - Method in class org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
Gets the padding applied to both the top left and bottom right corners.
getPaddingBottomRight() - Method in class org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
Gets the padding reserved in the bottom right corner of the map container.
getPaddingTopLeft() - Method in class org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
Gets the padding reserved in the top left corner of the map container.
getPane() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Returns the name of the map pane in which this layer is rendered.
getPane() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the map pane in which the cluster icons are placed.
getParent() - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Returns the parent through which client-side function calls are delegated.
getPixelBounds() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the bounds of the current map view in projected pixel coordinates (sometimes useful in layer and overlay implementations).
getPixelOrigin() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the projected pixel coordinates of the top left point of the map layer (useful in custom layer and overlay implementations).
getPixelWorldBounds(Double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the world's bounds in pixel coordinates for zoom level zoom.
getPolygonOptions() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the path options used to style the coverage polygon shown when a cluster is hovered.
getPolygonOptions() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Gets the path options used to style the coverage polygon shown when a cluster is hovered.
getPopup() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.PopupEvent
Returns the popup the event relates to.
getPopup() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Returns the popup bound to this layer.
getPopup() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Returns the popup bound to this layer.
getPopupAnchor() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the coordinates from which popups will "open", relative to the icon anchor.
getPosition() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl
Gets the position of the control on the map.
getPrefix() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.AttributionControl
Gets the HTML text shown before the attributions.
getRadius() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.CircleMarker
Radius of the circle marker, in pixels
getRadius() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Returns the radius of each point of the heatmap.
getRadius() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Returns the radius of each point of the heatmap.
getRetinaUrl() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the URL to the retina-sized icon image.
getRiseOffset() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns the z-index offset applied to the marker when it rises on hover.
getShadowAnchor() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the coordinates of the "tip" of the shadow relative to its top-left corner.
getShadowSize() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the size of the shadow image in pixels.
getShadowUrl() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the URL to the icon shadow image.
getSize() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the current size of the map container (in pixels).
getSmoothFactor() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
Gets how much to simplify the polyline on each zoom level.
getSouth() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Returns the south latitude of the bounds
getSouthEast() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Returns the south-east point of the bounds.
getSouthWest() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Returns the south-west point of the bounds.
getSpeed() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
Current velocity in meters per second.
getSpiderfyDistanceMultiplier() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the multiplier applied to the distance between markers when a cluster is spiderfied.
getSpiderfyDistanceMultiplier() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Gets the multiplier applied to the distance between markers when a cluster is spiderfied.
getSpiderLegPolylineOptions() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Gets the path options used to style the leg lines drawn to each marker when a cluster is spiderfied.
getSpiderLegPolylineOptions() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Gets the path options used to style the leg lines drawn to each marker when a cluster is spiderfied.
getStyle() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.FeatureGroup
Returns the path style options currently applied to this feature group.
getStyle() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.HasStyle
Returns the current path style options applied to this layer.
getStyle() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Returns the current path style options applied to this layer.
getSubdomains() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Returns the subdomains of the tile service.
getTapTolerance() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the max number of pixels a user can shift a finger during touch for it to still be considered a valid tap.
getTapTolerance() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.TouchInteractionOptions
Returns the max number of pixels a user can shift a finger during touch for it to still be considered a valid tap.
getTileSize() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets the width and height of tiles in the grid.
getTimeout() - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Returns the number of milliseconds to wait for a geolocation response.
getTimestamp() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
The time when the position was acquired.
getTitle() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns the text shown in a native browser tooltip when hovering the marker.
getTitle() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Gets the title (tooltip) of the button shown while not in fullscreen.
getTitleCancel() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Gets the title (tooltip) of the button shown while in fullscreen.
getTooltip() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.TooltipEvent
Returns the tooltip the event relates to.
getTooltip() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Returns the tooltip bound to this layer.
getTooltip() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Returns the tooltip bound to this layer.
getTooltipAnchor() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Gets the coordinates from which tooltips will "open", relative to the icon anchor.
getTopLeft() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Returns the top-left point of the bounds
getTopRight() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Returns the bottom-left point of the bounds.
getTouchZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the map can be zoomed by touch-dragging with two fingers.
getTouchZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.TouchInteractionOptions
Returns whether the map can be zoomed by touch-dragging with two fingers.
getTransform3DLimit() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Returns the maximum size of a CSS translation transform.
getTransform3DLimit() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the maximum size of a CSS translation transform.
getType() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LeafletEvent
The event type (e.g.
getUpdateInterval() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets the minimum interval, in milliseconds, between tile updates while panning.
getUrl() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.kmz.KmzLayer
Returns the URL of the KMZ file loaded by this layer.
getUrlTemplate() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Returns the URL template of this tile layer.
getUuid() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.Identifiable
Returns the unique identifier of this object.
getUuid() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the unique identifier of this object.
getUuid() - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Returns the unique identifier of the map.
getUuid() - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Returns the unique identifier of this object.
getVariantName() - Method in enum class org.vaadin.addons.componentfactory.leaflet.LeafletMapVariant
Gets the theme variant name applied to the component.
getWeight() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Gets the stroke width in pixels.
getWeight() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Gets the stroke width in pixels.
getWest() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Returns the west longitude of the bounds
getWheelDebounceTime() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the rate at which a mouse wheel can fire, in milliseconds.
getWheelDebounceTime() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MousewheelOptions
Returns the rate at which a mouse wheel can fire, in milliseconds.
getWheelPxPerZoomLevel() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns how many scroll pixels mean a change of one full zoom level.
getWheelPxPerZoomLevel() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MousewheelOptions
Returns how many scroll pixels mean a change of one full zoom level.
getX() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Point
Returns the x coordinate in pixels.
getY() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Point
Returns the y coordinate in pixels.
getzIndex() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets the explicit zIndex of the tile layer.
getzIndex() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Gets the explicit zIndex of the overlay layer.
getZIndexOffset() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns the offset applied to the z-index of the marker's icon, used to control its stacking order.
getZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ZoomAnimEvent
The current zoom level of the map
getZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapGetStateFunctions
Returns the current zoom level of the map view
getZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the initial map zoom level.
getZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Returns the initial map zoom level.
getZoomAnimationThreshold() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Returns the zoom difference above which zoom will not be animated.
getZoomAnimationThreshold() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the zoom difference above which zoom will not be animated.
getZoomDelta() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns how much the map's zoom level changes after a zoomIn(), zoomOut(), pressing + or - on the keyboard, or using the zoom controls.
getZoomDelta() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Returns how much the map's zoom level changes after a zoomIn(), zoomOut(), pressing + or - on the keyboard, or using the zoom controls.
getZoomInText() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ZoomControl
Gets the text set on the zoom-in button.
getZoomInTitle() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ZoomControl
Gets the title (tooltip) set on the zoom-in button.
getZoomOffset() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Returns the offset applied to the zoom number used in tile URLs.
getZoomOutText() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ZoomControl
Gets the text set on the zoom-out button.
getZoomOutTitle() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ZoomControl
Gets the title (tooltip) set on the zoom-out button.
getZoomSnap() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns the value the map's zoom level is forced to be a multiple of.
getZoomSnap() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Returns the value the map's zoom level is forced to be a multiple of.
GridLayer - Class in org.vaadin.addons.componentfactory.leaflet.layer.groups
Generic class for handling a tiled grid of HTML elements.
GridLayer() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Creates a new grid layer rendered in the map's tilePane.
GridLayer.Events - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.groups
The event types fired by a GridLayer during the loading and unloading of its tiles.

H

handleEvent(T) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.LeafletEventListener
Invoked when the listened event is fired.
hasEventListeners(LeafletEventType) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.Evented
Alias to listens(…)
hasEventListeners(LeafletEventType) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Returns whether at least one listener is registered for the given event type.
hasEventListeners(LeafletEventType) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Returns whether any listener is registered for the given Leaflet event type.
hasLayer(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Returns whether a layer with the given internal ID is currently in the group.
hasLayer(String) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroupFunctions
Returns true if the given internal ID is currently added to the group.
hasLayer(Layer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Returns whether the given layer is currently in the group.
hasLayer(Layer) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroupFunctions
Returns true if the given layer is currently added to the group.
HasStyle - Interface in org.vaadin.addons.componentfactory.leaflet.layer
Common interface of the leaflet layers which have style.
HeatLayer - Class in org.vaadin.addons.componentfactory.leaflet.plugins.heatmap
Leaflet.heat
HeatLayer() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Constructs a heatmap layer
HeatLayer(List<LatLng>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Constructs a heatmap layer given an array of points
HeatLayer(List<LatLng>, HeatLayerOptions) - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Constructs a heatmap layer given an array of points and an object with the following options
HeatLayer(HeatLayerOptions) - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Constructs a heatmap layer with custom layer options
HeatLayerOptions - Class in org.vaadin.addons.componentfactory.leaflet.plugins.heatmap
Possible heatmap options minOpacity - the minimum opacity the heat will start at maxZoom - zoom level where the points reach maximum intensity (as intensity scales with zoom), equals maxZoom of the map by default max - maximum point intensity, 1.0 by default radius - radius of each "point" of the heatmap, 25 by default blur - amount of blur, 15 by default gradient - color gradient config, e.g.
HeatLayerOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
 
Heatmap options - Search tag in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Section

I

Icon - Class in org.vaadin.addons.componentfactory.leaflet.types
Represents an icon to provide when creating a marker.
Icon() - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.Icon
Creates an empty icon with the default size, anchor and shadow settings.
Icon(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.Icon
Creates an icon using the given image URL for the icon, the retina image and the default shadow image.
Icon(String, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.Icon
Creates an icon using the given image URL and a square icon size.
Icon(String, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.Icon
Creates an icon using the given image URL and icon size, deriving the anchor, popup, tooltip and shadow settings from the given width and height.
Icon(String, String, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.Icon
Creates an icon using the given image URL, retina image URL and shadow image URL, keeping the default size and anchor settings.
Identifiable - Interface in org.vaadin.addons.componentfactory.leaflet.layer
Common interface for objects that can be uniquely identified by a UUID.
ImageOverlay - Class in org.vaadin.addons.componentfactory.leaflet.layer.raster
Used to load and display a single image over specific bounds of the map.
ImageOverlay(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Instantiates an image overlay object given the URL of the image and the geographical bounds it is tied to.
ImageOverlay.Events - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.raster
The event types fired by an ImageOverlay.
index() - Element in annotation interface org.vaadin.addons.componentfactory.leaflet.annotations.LeafletArgument
The position of the annotated field in the client-side constructor argument list.
InteractionOptions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Leaflet map interaction options
InteractiveLayer - Class in org.vaadin.addons.componentfactory.leaflet.layer
Some Layers can be made interactive - when the user interacts with such a layer, mouse events like click and mouseover can be handled.
InteractiveLayer() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.InteractiveLayer
Creates a new interactive layer that is interactive and bubbles mouse events by default.
invalidateSize() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.
invalidateSize(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.
invalidateSize(PanOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.
invalidateSize(ZoomOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.
invoke(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Calls methodName on every layer contained in this group, passing any additional parameters.
isAltKey() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyboardEvent
Returns whether the "ALT" key was pressed when the key event was triggered
isAnimate() - Method in class org.vaadin.addons.componentfactory.leaflet.options.PanOptions
Returns whether panning is animated.
isAnimate() - Method in class org.vaadin.addons.componentfactory.leaflet.options.ZoomOptions
Returns whether zooming is animated.
isAnimate() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Returns whether cluster splitting and merging is animated on zoom.
isAnimate() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Returns whether cluster splitting and merging is animated on zoom.
isAnimateAddingMarkers() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Returns whether markers added after the initial batch are animated into their clusters.
isAnimateAddingMarkers() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Returns whether markers added after the initial batch are animated into their clusters.
isAttributionControl() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.ControlOptions
Returns whether the default attribution control is added to the map.
isAttributionControl() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the default attribution control is added to the map.
isAutoClose() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns whether the popup is automatically closed when another popup is opened.
isAutoPan() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns whether the map is panned when a dragged marker is moved close to the map edges.
isAutoPan() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns whether the map is panned when the popup is opened so it does not overlap the map borders.
isAutoZIndex() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Gets whether the z-index of the layers is set automatically based on their order in the control.
isAutoZIndex() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlOptions
Gets whether the z-index of the layers is set automatically based on their order in the control.
isBounceAtZoomLimits() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the map bounces back when pinch-zooming beyond the min/max zoom limits.
isBounceAtZoomLimits() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.TouchInteractionOptions
Returns whether the map bounces back when pinch-zooming beyond the min/max zoom limits.
isBoxZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the map can be zoomed to a rectangular area specified by dragging the mouse while pressing the shift key.
isBoxZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Returns whether the map can be zoomed to a rectangular area specified by dragging the mouse while pressing the shift key.
isBubblingMouseEvents() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.InteractiveLayer
Returns whether mouse events on this layer bubble up to its parents.
isChunkedLoading() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Returns whether markers are added in chunks to keep the UI responsive when loading large numbers of markers.
isChunkedLoading() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Returns whether markers are added in chunks to keep the UI responsive when loading large numbers of markers.
isCloseButton() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns whether a close button is shown in the popup.
isCloseOnClick() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns whether the popup is closed when the map is clicked.
isCloseOnEscapeKey() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns whether the popup is closed when the escape key is pressed.
isClosePopupOnClick() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether popups are closed when the user clicks the map.
isClosePopupOnClick() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Returns whether popups are closed when the user clicks the map.
isCollapsed() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Gets whether the control is initially collapsed into an icon.
isCollapsed() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlOptions
Gets whether the control is initially collapsed into an icon and expanded on mouse hover or touch.
isControlOperation() - Method in class org.vaadin.addons.componentfactory.leaflet.operations.LeafletOperation
Returns whether the operation targets a control rather than a layer.
isCtrlKey() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyboardEvent
Returns whether the "CTRL" key was pressed when the key event was triggered
isDetectRetina() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Returns whether retina displays are detected to request higher resolution tiles.
isDoubleClickZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the map can be zoomed in by double clicking on it and zoomed out by double clicking while holding shift.
isDoubleClickZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Returns whether the map can be zoomed in by double clicking on it and zoomed out by double clicking while holding shift.
isDraggable() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns whether the marker can be dragged with the mouse or touch.
isDragging() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the map is draggable with mouse/touch.
isDragging() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Returns whether the map is draggable with mouse/touch.
isEmpty() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
Returns true if the Polyline has no LatLngs.
isEmpty() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure.GeometryStructure
Returns true if the geometry structure has no LatLngs.
isEnableHighAccuracy() - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Returns whether high accuracy geolocation is enabled.
isFadeAnimation() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Returns whether the tile fade animation is enabled.
isFadeAnimation() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the tile fade animation is enabled.
isFill() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Whether to fill the path with color.
isFill() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Whether to fill the path with color.
isForcePseudoFullscreen() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Gets whether pseudo fullscreen is used even when the browser fullscreen API is available.
isForceSeparateButton() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Gets whether the fullscreen button is forced to detach from the zoom buttons.
isFullscreenElement() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Gets whether a specific DOM element is rendered in fullscreen instead of the map container.
isHideSingleBase() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Gets whether the base layers section is hidden when there is only a single base layer.
isHideSingleBase() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlOptions
Gets whether the base layers section is hidden when there is only a single base layer.
isImperial() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ScaleControl
Gets whether the imperial scale line (mi/ft) is shown.
isInertia() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether panning of the map has an inertia effect.
isInertia() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
Returns whether panning of the map has an inertia effect.
isInteractive() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.InteractiveLayer
Returns whether this layer emits mouse events and reacts to user interaction.
isInteractive() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Returns whether the tooltip listens to and fires mouse events.
isKeepInView() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Returns whether the popup is kept in view by panning the map when it is about to leave the visible area.
isKeyboard() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether keyboard navigation of the map is enabled.
isKeyboard() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.KeyboardNavigationOptions
Returns whether keyboard navigation of the map is enabled.
isKeyboard() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns whether the marker can be focused and moved with the keyboard.
isMarkerZoomAnimation() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Returns whether markers animate their zoom with the zoom animation.
isMarkerZoomAnimation() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether markers animate their zoom with the zoom animation.
isMetric() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ScaleControl
Gets whether the metric scale line (m/km) is shown.
isNoClip() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
Whether polyline clipping is disabled.
isNoMoveStart() - Method in class org.vaadin.addons.componentfactory.leaflet.options.PanOptions
Returns whether panning suppresses the movestart event on start.
isNoUpdate() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ZoomAnimEvent
Whether layers should update their contents due to this event
isNoWrap() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets whether the layer is prevented from wrapping around the antimeridian.
isPermanent() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Returns whether the tooltip is displayed permanently instead of only on hover.
isPopupOpen() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Returns true if the popup bound to this layer is currently open.
isPreferCanvas() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether Paths are rendered on a Canvas renderer instead of the default SVG renderer.
isPreferCanvas() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapOptions
Returns whether Paths are rendered on a Canvas renderer instead of the default SVG renderer.
isReady() - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Returns whether the map has been initialized on the client side.
isRemoveOutsideVisibleBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Returns whether clusters and markers that fall outside the visible map bounds are removed from the DOM for performance.
isRemoveOutsideVisibleBounds() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Returns whether clusters and markers that fall outside the visible map bounds are removed from the DOM for performance.
isRiseOnHover() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Returns whether the marker is brought to the front on hover.
isScrollWheelZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the map can be zoomed by using the mouse wheel.
isScrollWheelZoom() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MousewheelOptions
Returns whether the map can be zoomed by using the mouse wheel.
isSetView() - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Returns whether the map view is set automatically to the detected user location.
isShiftKey() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyboardEvent
Returns whether the "SHIFT" key was pressed when the key event was triggered
isShowCoverageOnHover() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Returns whether the bounds of the markers contained in a cluster are shown as a polygon when the cluster is hovered.
isShowCoverageOnHover() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Returns whether the bounds of the markers contained in a cluster are shown as a polygon when the cluster is hovered.
isSingleMarkerMode() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Returns whether single markers are wrapped in a cluster icon rather than shown as a plain marker.
isSingleMarkerMode() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Returns whether single markers are wrapped in a cluster icon rather than shown as a plain marker.
isSortLayers() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Gets whether the layers are sorted by name in the control.
isSortLayers() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlOptions
Gets whether the layers are sorted by name in the control.
isSpiderfyOnMaxZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Returns whether clicking a cluster at the bottom zoom level spiderfies it so all of its markers become visible.
isSpiderfyOnMaxZoom() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Returns whether clicking a cluster at the bottom zoom level spiderfies it so all of its markers become visible.
isSticky() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Returns whether the tooltip follows the mouse pointer instead of being fixed at its anchor.
isStroke() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Whether to draw stroke along the path.
isStroke() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Whether to draw stroke along the path.
isTap() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the mobile tap hacks are enabled.
isTap() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.TouchInteractionOptions
Returns whether the mobile tap hacks are enabled.
isTms() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Returns whether the Y axis numbering for tiles is inverted (TMS services).
isTooltipOpen() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Returns true if the tooltip bound to this layer is currently open.
isTrackResize() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the map automatically handles browser window resize to update itself.
isTrackResize() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Returns whether the map automatically handles browser window resize to update itself.
isUpdateWhenIdle() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ScaleControl
Gets whether the control is updated on moveend only rather than continuously on move.
isUpdateWhenIdle() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets whether new tiles are loaded only when panning ends.
isUpdateWhenZooming() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Gets whether the grid layer is updated on every integer zoom level during a smooth zoom animation.
isWatch() - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Returns whether continuous watching of location changes is enabled.
isWorldCopyJump() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the map jumps back to the original "copy" of the world when panning across the antimeridian.
isWorldCopyJump() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
Returns whether the map jumps back to the original "copy" of the world when panning across the antimeridian.
isZoomAnimation() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Returns whether the map zoom animation is enabled.
isZoomAnimation() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the map zoom animation is enabled.
isZoomControl() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.ControlOptions
Returns whether the default zoom control is added to the map.
isZoomControl() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Returns whether the default zoom control is added to the map.
isZoomReverse() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Returns whether the zoom number used in tile URLs is reversed.
isZoomToBoundsOnClick() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Returns whether clicking a cluster zooms the map to the bounds of its markers.
isZoomToBoundsOnClick() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Returns whether clicking a cluster zooms the map to the bounds of its markers.

K

KeyboardEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Base class for keyboard events fired by a LeafletMap when the user interacts with the keyboard while the map is focused.
KeyboardEvent(LeafletMap, boolean, String, KeyboardEventType, String, String, int, boolean, boolean, boolean) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyboardEvent
Creates a new keyboard event.
KeyboardEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Keyboard events
KeyboardNavigationOptions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Leaflet map keyboard navigation options
keydown - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.KeyboardEventType
Fired when the user presses a key from the keyboard while the map is focused.
KeyDownEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired by a LeafletMap when the user presses a key from the keyboard while the map is focused.
KeyDownEvent(LeafletMap, boolean, String, String, String, int, boolean, boolean, boolean) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyDownEvent
Creates a new key down event.
keypress - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.KeyboardEventType
Fired when the user presses a key from the keyboard that produces a character value while the map is focused.
KeyPressEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired by a LeafletMap when the user presses a key from the keyboard that produces a character value while the map is focused.
KeyPressEvent(LeafletMap, boolean, String, String, String, int, boolean, boolean, boolean) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyPressEvent
Creates a new key press event.
keyup - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.KeyboardEventType
Fired when the user releases a key from the keyboard while the map is focused.
KeyUpEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired by a LeafletMap when the user releases a key from the keyboard while the map is focused.
KeyUpEvent(LeafletMap, boolean, String, String, String, int, boolean, boolean, boolean) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyUpEvent
Creates a new key up event.
KMZ file loader for Leaflet Maps - Search tag in class org.vaadin.addons.componentfactory.leaflet.plugins.kmz.KmzLayer
Section
KmzLayer - Class in org.vaadin.addons.componentfactory.leaflet.plugins.kmz
KMZ file loader for Leaflet Maps
KmzLayer(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.kmz.KmzLayer
Instantiates a KMZ layer that loads the KMZ file at the given URL.
KmzLayer.KmzLayerEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.plugins.kmz
The event types fired by a KmzLayer.

L

latlng(double, double) - Static method in class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Creates a new point with the given latitude and longitude.
latlng(double, double, double) - Static method in class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Creates a new point with the given latitude, longitude and altitude.
LatLng - Class in org.vaadin.addons.componentfactory.leaflet.types
Represents a geographical point with a certain latitude and longitude.
LatLng() - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Creates a new point at latitude and longitude zero.
LatLng(double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Creates a new point with the given latitude and longitude.
LatLng(double, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Creates a new point with the given latitude, longitude and altitude.
LatLngArray - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure
Represents list of LatLng coordinates
LatLngArray(List<LatLng>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure.LatLngArray
Creates a new array containing the given list of LatLng coordinates.
LatLngArray(LatLng[]) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure.LatLngArray
Creates a new array containing the given LatLng coordinates.
LatLngBounds - Class in org.vaadin.addons.componentfactory.leaflet.types
Represents a rectangular geographical area on a map.
LatLngBounds() - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Creates a new empty bounds.
LatLngBounds(List<LatLng>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Creates bounds extended to contain all the given points.
LatLngBounds(LatLng) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Creates bounds reduced to the single given point.
LatLngBounds(LatLng...) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Creates bounds extended to contain all the given points.
latLngToContainerPoint(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Given a geographical coordinate, returns the corresponding pixel coordinate relative to the map container.
latLngToLayerPoint(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Given a geographical coordinate, returns the corresponding pixel coordinate relative to the origin pixel.
Layer - Class in org.vaadin.addons.componentfactory.leaflet.layer
A set of methods from the Layer base class that all Leaflet layers use.
Layer() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Creates a new layer rendered in the default Layer.DEFAULT_PANE map pane.
Layer.LayerEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer
The event types fired when a layer is added to or removed from a map.
layeradd - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl.LayerControlEventType
Fired when a new layer is added to the map.
layeradd - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.LayerEventType
Fired when a layer is added to a LayerGroup
LayerAddEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a new layer is added to the map.
LayerAddEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.LayerAddEvent
Creates a new layer add event.
LayerDef() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.esri.DynamicMapLayerOptions.LayerDef
 
LayerEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Represents the Leaflet LayerEevent
LayerEvent(LeafletMap, boolean, String, LayerEventType, Layer) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.LayerEvent
Creates a new layer event.
LayerEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Location events
LayerGroup - Class in org.vaadin.addons.componentfactory.leaflet.layer.groups
Used to group several layers and handle them as one.
LayerGroup(List<Layer>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Creates a layer group containing the given layers.
LayerGroup(Layer...) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Creates a layer group containing the given layers.
LayerGroupFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.groups
LayerGroup methods
layerPointToContainerPoint(Point) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Given a pixel coordinate relative to the origin pixel, returns the corresponding pixel coordinate relative to the map container.
layerPointToLatLng(Point) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Given a pixel coordinate relative to the origin pixel, returns the corresponding geographical coordinate (for the current zoom level).
LayerPopupFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer
A set of popup methods
layerremove - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl.LayerControlEventType
Fired when a layer is removed from the map.
layerremove - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.LayerEventType
Fired when a layer is removed from a LayerGroup
LayerRemoveEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a layer is removed from the map.
LayerRemoveEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.LayerRemoveEvent
Creates a new layer remove event.
LayersControl - Class in org.vaadin.addons.componentfactory.leaflet.controls
The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the detailed example).
LayersControl() - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Creates a new layers control with empty base layers and overlays and default options.
LayersControl(Map<String, Layer>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Creates a new layers control with the given base layers and default options.
LayersControl(Map<String, Layer>, Map<String, Layer>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Creates a new layers control with the given base layers and overlays and default options.
LayersControl(Map<String, Layer>, Map<String, Layer>, LayersControlOptions) - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Creates a new layers control with the given base layers, overlays and options.
LayersControl(LayersControlOptions) - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Creates a new layers control with empty base layers and overlays and the given options.
LayersControl.LayerControlEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.controls
The event types fired by the layers control.
LayersControlEvent - Class in org.vaadin.addons.componentfactory.leaflet.controls
Base class for events fired by a LayersControl when a layer is added, removed or changed through the control.
LayersControlEvent(LeafletMap, boolean, String, LayersControl.LayerControlEventType, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlEvent
Creates a new layers control event.
LayersControlOptions - Class in org.vaadin.addons.componentfactory.leaflet.controls
Configuration options for a LayersControl.
LayersControlOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlOptions
 
LayerTooltipFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer
A set of tooltip methods available on each layer
Leaflet.Control.FullScreen - Search tag in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Section
Leaflet.heat - Search tag in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Section
Leaflet.markercluster - Search tag in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Section
LeafletArgument - Annotation Interface in org.vaadin.addons.componentfactory.leaflet.annotations
Most Leaflet classes have constructor with custom arguments.
LeafletControl - Class in org.vaadin.addons.componentfactory.leaflet.controls
Base class for all Leaflet map controls.
LeafletControl(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl
Creates a new control of the given Leaflet control type.
LeafletControl.ControlPosition - Enum Class in org.vaadin.addons.componentfactory.leaflet.controls
The corner of the map on which a control is positioned.
LeafletEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
The base event object.
LeafletEvent(LeafletMap, boolean, String, LeafletEventType) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.LeafletEvent
Creates a new Leaflet event.
LeafletEventListener<T> - Interface in org.vaadin.addons.componentfactory.leaflet.layer.events
Listener that is notified when a LeafletEvent of the given type is fired.
LeafletEventType - Interface in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Common interface implemented by the enums that describe the different Leaflet event types.
LeafletI18n - Class in org.vaadin.addons.componentfactory.leaflet.i18n
Internationalization object holding the localized UI texts used by the Leaflet component.
LeafletI18n() - Constructor for class org.vaadin.addons.componentfactory.leaflet.i18n.LeafletI18n
 
leafletMap - Variable in class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl
 
LeafletMap - Class in org.vaadin.addons.componentfactory.leaflet
Server-side component wrapping the Leaflet interactive map.
LeafletMap() - Constructor for class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Creates a new map using the default map options.
LeafletMap(MapOptions) - Constructor for class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Creates a new map configured with the given map options.
LeafletMap.MapReadyEvent - Class in org.vaadin.addons.componentfactory.leaflet
Map event which fired when map gets initialized on client side
LeafletMapVariant - Enum Class in org.vaadin.addons.componentfactory.leaflet
Set of theme variants applicable to the LeafletMap component.
LeafletModel - Interface in org.vaadin.addons.componentfactory.leaflet
State model of the LeafletMap component, holding the map options and the registered event types.
LeafletObject - Class in org.vaadin.addons.componentfactory.leaflet
Base class for serializable client-side Leaflet objects.
LeafletObject() - Constructor for class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Creates a new Leaflet object, initializing its Jackson mapper and assigning it a random unique identifier.
LeafletOperation - Class in org.vaadin.addons.componentfactory.leaflet.operations
LeafletOperation class contains all pieces of information is required to perform function invocations on client-side e.g.
LeafletOperation(Identifiable, String, Serializable...) - Constructor for class org.vaadin.addons.componentfactory.leaflet.operations.LeafletOperation
Creates a new operation describing a client-side function call on the given target.
listens(LeafletEventType) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.Evented
Returns true if a particular event type has any listeners attached to it.
load - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired when the map is initialized (when its center and zoom are set for the first time).
load - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TileEventType
Fired when the grid layer loaded all visible tiles.
load - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer.Events
Fired when the grid layer loaded all visible tiles.
load - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay.Events
Fired when the image overlay has finished loading its image.
load - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.plugins.kmz.KmzLayer.KmzLayerEventType
Fired when the KMZ file has finished loading and parsing.
load(String) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.kmz.KmzLayer
Loads the KMZ file at the given URL into this layer.
LoadEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the map is loaded and initialized with a view (center and zoom).
LoadEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.LoadEvent
Creates a new load event.
loading - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TileEventType
Fired when the grid layer starts loading tiles.
loading - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer.Events
Fired when the grid layer starts loading tiles.
locate() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.GeolocationFunctions
Tries to locate the user using the Geolocation API, firing a locationfound event with location data on success or a locationerror event on failure, and optionally sets the map view to the user's location with respect to detection accuracy (or to the world view if geolocation failed).
locate(LocateOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.GeolocationFunctions
Tries to locate the user using the Geolocation API, firing a locationfound event with location data on success or a locationerror event on failure, and optionally sets the map view to the user's location with respect to detection accuracy (or to the world view if geolocation failed).
LocateOptions - Class in org.vaadin.addons.componentfactory.leaflet.options
Some of the geolocation methods for Map take in an options parameter.
LocateOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
 
locationerror - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.LocationEventType
Fired when geolocation (using the locate method) failed.
LocationEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Represents the leaflet LocationEvent
LocationEvent(LeafletMap, boolean, String, double, double, double, double, double, double, double, double, double, double, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
Creates a new location event carrying the located position and its accuracy details.
LocationEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Location events
locationfound - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.LocationEventType
Fired when geolocation (using the locate method) went successfully.
LUMO_DARK - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.LeafletMapVariant
Dark Lumo theme variant.
LUMO_LIGHT - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.LeafletMapVariant
Light Lumo theme variant.

M

MapConversionFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Map Conversion Methods
MapEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Enumeration of the map level Leaflet event names, such as load, move, zoom and resize.
MapGetStateFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Methods for Getting Map State
MapModifyStateFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Methods for modifying map state
MapOptions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Leaflet map options
MapReadyEvent(LeafletMap) - Constructor for class org.vaadin.addons.componentfactory.leaflet.LeafletMap.MapReadyEvent
Creates a new map ready event.
MapStateOptions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Leaflet map state options
Marker - Class in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker
L.Marker is used to display clickable/draggable icons on the map.
Marker() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Instantiates a new marker without a location and assigns it to the markerPane.
Marker(LatLng) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Instantiates a Marker object given a geographical point and optionally an options object.
MarkerClusterEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Enumerates the events fired by a MarkerClusterGroup in addition to the standard Leaflet layer events.
MarkerClusterGroup - Class in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Leaflet.markercluster
MarkerClusterGroup() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Creates a new marker cluster group with default clustering options.
MarkerClusterGroup(MarkerClusterOptions) - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Creates a new marker cluster group configured with the given options.
MarkerClusterOptions - Class in org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
Possible MarkerClusterGroup options minOpacity - *
MarkerClusterOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
 
MarkerFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.ui.marker
In addition to shared layer methods like addTo() and remove() and popup methods like bindPopup() you can also use the following methods:
MouseClickEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the user clicks (or taps) on the map or a layer.
MouseClickEvent(LeafletMap, boolean, String, double, double, int, int, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseClickEvent
Creates a new click event.
MouseContextMenuEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the user right-clicks (contextmenu) on the map or a layer.
MouseContextMenuEvent(LeafletMap, boolean, String, double, double, int, int, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseContextMenuEvent
Creates a new contextmenu event.
MouseDoubleClickEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the user double-clicks (or double-taps) on the map or a layer.
MouseDoubleClickEvent(LeafletMap, boolean, String, double, double, int, int, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseDoubleClickEvent
Creates a new double click event.
mousedown - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Fired when the user pushes the mouse button on the layer.
MouseDownEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the user presses a mouse button on the map or a layer.
MouseDownEvent(LeafletMap, boolean, String, double, double, int, int, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseDownEvent
Creates a new mouse down event.
MouseEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Base class for all Leaflet mouse events.
MouseEvent(LeafletMap, boolean, String, MouseEventType, LatLng, Point, Point) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseEvent
Creates a new mouse event.
mouseEventToContainerPoint(MouseEvent) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Given a MouseEvent object, returns the pixel coordinate relative to the map container where the event took place.
mouseEventToLatLng(MouseEvent) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Given a MouseEvent object, returns geographical coordinate where the event took place.
mouseEventToLayerPoint(MouseEvent) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Given a MouseEvent object, returns the pixel coordinate relative to the origin pixel where the event took place.
MouseEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Enumeration of the mouse related Leaflet event names, such as click, mousedown and contextmenu.
mousemove - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Fired while the mouse moves over the layer.
MouseMoveEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the mouse moves over the map or a layer.
MouseMoveEvent(LeafletMap, boolean, String, double, double, int, int, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseMoveEvent
Creates a new mouse move event.
mouseout - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Fired when the mouse leaves the layer.
MouseOutEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the mouse leaves the map or a layer.
MouseOutEvent(LeafletMap, boolean, String, double, double, int, int, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseOutEvent
Creates a new mouse out event.
mouseover - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Fired when the mouse enters the layer.
MouseOverEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the mouse enters the map or a layer.
MouseOverEvent(LeafletMap, boolean, String, double, double, int, int, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseOverEvent
Creates a new mouse over event.
MousePreClickEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired before a click on the map or a layer, just before the corresponding click event.
MousePreClickEvent(LeafletMap, boolean, String, double, double, int, int, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MousePreClickEvent
Creates a new preclick event.
mouseup - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Fired when the user releases the mouse button pushed on the layer.
MouseUpEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the user releases a mouse button on the map or a layer.
MouseUpEvent(LeafletMap, boolean, String, double, double, int, int, int, int) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseUpEvent
Creates a new mouse up event.
MousewheelOptions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Leaflet map mouse wheel options
move - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.DragEventType
Fired when the marker is moved via setLatLng or by dragging.
move - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired repeatedly during any movement of the map, including pan and fly animations.
moveend - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.DragEventType
Fired when the marker stops moving (because of dragging).
moveend - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired when the center of the map stops changing (e.g.
MoveEndEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the map has finished being moved (panned).
MoveEndEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MoveEndEvent
Creates a new move end event.
MoveEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired repeatedly while the map is being moved (panned).
MoveEvent(LeafletMap, boolean, String, double, Double, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MoveEvent
Creates a new move event.
movestart - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.DragEventType
Fired when the marker starts moving (because of dragging).
movestart - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired when the view of the map starts changing (e.g.
MoveStartEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the map starts being moved (panned).
MoveStartEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.MoveStartEvent
Creates a new move start event.
MultiLatLngArray - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure
Represents multi dimensional list of LatLng coordinates
MultiLatLngArray() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure.MultiLatLngArray
Creates a new empty multi dimensional list of LatLng coordinates.
MultiPolygon - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
* A class for drawing multi polygon overlays on a map.
MultiPolygon(MultiPolygon.MultiPolygonStructure) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.MultiPolygon
Instantiates a multi polygon from the given structure of coordinates.
MultiPolygon.MultiPolygonStructure - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
A geometry structure holding the coordinates of several polygons, each represented by a MultiLatLngArray.
MultiPolygonStructure() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.MultiPolygon.MultiPolygonStructure
 
MultiPolyline - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
A class for drawing multi polyline overlays on a map.
MultiPolyline(MultiLatLngArray) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.MultiPolyline
Instantiates a multi polyline from the given structure of coordinates, where each element represents a separate polyline.

N

name() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.types.LeafletEventType
Returns the name of this event type constant.

O

of(double, double) - Static method in class org.vaadin.addons.componentfactory.leaflet.types.Point
Creates a new point with the given coordinates.
off() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.Evented
Removes all listeners to all events on the object.
off(LeafletEventType) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.Evented
Removes a previously added listener function.
on(LeafletEventType, LeafletEventListener<T>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.Evented
Alias to addEventListener(…)
onAdd(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Fired after the layer is added to a map
onAnimationEnd(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Fires when marker clustering/unclustering animation has completed
onAttach(AttachEvent) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Sends the registered event types to the client when the component is attached, so that the matching Leaflet listeners get bound.
onBaseLayerChange(LeafletEventListener<LayersControlEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Fired when the base layer is changed through the layer control.
onClick(LeafletEventListener<MouseEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMouseEvents
Fired when the user clicks (or taps) the layer.
onClusterClick(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Fired when the user clicks (or taps) the marker cluster
onClusterMouseOut(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Fired when the mouse leaves the marker cluster
onClusterMouseOver(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Fired when the mouse enters the marker cluster
onContextMenuOpened(LeafletEventListener<MouseEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMouseEvents
Fired when the user right-clicks on the layer, prevents default browser context menu from showing if there are listeners on this event.
onDoubleClick(LeafletEventListener<MouseEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMouseEvents
Fired when the user double-clicks (or double-taps) the layer.
onDrag(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsDragEvents
Fired repeatedly while the user drags this layer.
onDragEnd(LeafletEventListener<DragEndEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsDragEvents
Fired when the user stops dragging this layer.
onDragStart(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsDragEvents
Fired when the user starts dragging this layer.
onEnterFullscreen(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.WithFullScreenControl
Fired when map entered to full screen mode
onError(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Fired when the ImageOverlay layer fails to load its image
onExitFullscreen(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.WithFullScreenControl
Fired when map exited from full screen mode
onKeyDown(LeafletEventListener<KeyboardEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsKeyboardEvents
Fired when the user presses a key from the keyboard while the map is focused.
onKeyPress(LeafletEventListener<KeyboardEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsKeyboardEvents
Fired when the user presses a key from the keyboard that produces a character value while the map is focused.
onKeyUp(LeafletEventListener<KeyboardEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsKeyboardEvents
Fired when the user releases a key from the keyboard while the map is focused.
onLayerAdd(LeafletEventListener<LayersControlEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Fired when a new layer is added to the map.
onLayerAdd(LeafletEventListener<ErrorEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsLayerEvents
Fired when a layer is added to this layer
onLayerRemove(LeafletEventListener<LayersControlEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Fired when some layer is removed from the map
onLayerRemove(LeafletEventListener<LocationEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsLayerEvents
Fired when a layer is removed from this layer
onLoad(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired when the map is initialized (when its center and zoom are set for the first time).
onLoad(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Fired when the grid layer loaded all visible tiles.
onLoad(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Fired when the ImageOverlay layer has loaded its image
onLoad(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.kmz.KmzLayer
Registers a listener notified when the KMZ file has finished loading.
onLoading(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Fired when the grid layer starts loading tiles.
onLocationError(LeafletEventListener<ErrorEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsLocationEvents
Fired when geolocation (using the locate method) failed.
onLocationFound(LeafletEventListener<LocationEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsLocationEvents
Fired when geolocation (using the locate method) went successfully.
onMouseDown(LeafletEventListener<MouseEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMouseEvents
Fired when the user pushes the mouse button on the layer.
onMouseMove(LeafletEventListener<MouseEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMouseEvents
Fired while the mouse moves over the layeyr.
onMouseOut(LeafletEventListener<MouseEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMouseEvents
Fired when the mouse leaves the layer.
onMouseOver(LeafletEventListener<MouseEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMouseEvents
Fired when the mouse enters the layer
onMouseUp(LeafletEventListener<MouseEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMouseEvents
Fired when the user releases the mouse button pushed on the layer.
onMove(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired repeatedly during any movement of the map, including pan and fly animations.
onMove(LeafletEventListener<MoveEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsDragEvents
Fired when this layer is moved via setLatLng or by dragging.
onMoveEnd(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsDragEvents
Fired when this layer stops moving (because of dragging).
onMoveEnd(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired when the center of the map stops changing (e.g.
onMoveStart(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsDragEvents
Fired when this layer starts moving (because of dragging).
onMoveStart(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired when the view of the map starts changing (e.g.
onOverlayAdd(LeafletEventListener<LayersControlEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Fired when an overlay is selected through the layer control.
onOverlayRemove(LeafletEventListener<LayersControlEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Fired when an overlay is selected through the layer control.
onPopupClose(LeafletEventListener<PopupEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Fired when a popup bound to this layer is closed
onPopupOpen(LeafletEventListener<PopupEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Fired when a popup bound to this layer is opened
onRemove(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Fired after the layer is removed from a map
onResize(LeafletEventListener<ResizeEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired when the map is resized.
onSpiderfied(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Fires when overlapping markers get spiderified (Contains cluster and markers attributes)
onTileError(LeafletEventListener<TileEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Fired when there is an error loading a tile.
onTileLoad(LeafletEventListener<TileEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Fired when a tile loads.
onTileLoadStart(LeafletEventListener<TileEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Fired when a tile is requested and starts loading.
onTileUnload(LeafletEventListener<TileEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Fired when a tile is removed (e.g.
onTooltipClose(LeafletEventListener<TooltipEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Fired when a tooltip bound to this layer is closed.
onTooltipOpen(LeafletEventListener<TooltipEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Fired when a tooltip bound to this layer is opened.
onUnload(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired when the map is destroyed with remove method.
onUnspiderfied(LeafletEventListener<LeafletEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterGroup
Fires when overlapping markers get unspiderified (Contains cluster and markers attributes)
onViewReset(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired when the map needs to redraw its content (this usually happens on map zoom or load).
onZoom(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired repeatedly during any change in zoom level, including zoom and fly animations.
onZoomAnim(LeafletEventListener<ZoomAnimEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired at least once per zoom animation.
onZoomEnd(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired when the map has changed, after any animations.
onZoomLevelsChange(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired when the number of zoomlevels on the map is changed due to adding or removing a layer.
onZoomStart(LeafletEventListener<LeafletEvent>) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.supports.SupportsMapEvents
Fired when the map zoom is about to change (e.g.
openPopup() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Opens the bound popup
openPopup(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Opens the bound popup at the specified latlng or at the default popup anchor if no latlng is passed.
openTooltip() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Opens the bound tooltip
openTooltip(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Opens the bound tooltip at the specified latlng or at the default tooltip anchor if no latlng is passed.
org.vaadin.addons.componentfactory.leaflet - package org.vaadin.addons.componentfactory.leaflet
 
org.vaadin.addons.componentfactory.leaflet.annotations - package org.vaadin.addons.componentfactory.leaflet.annotations
 
org.vaadin.addons.componentfactory.leaflet.controls - package org.vaadin.addons.componentfactory.leaflet.controls
 
org.vaadin.addons.componentfactory.leaflet.i18n - package org.vaadin.addons.componentfactory.leaflet.i18n
 
org.vaadin.addons.componentfactory.leaflet.layer - package org.vaadin.addons.componentfactory.leaflet.layer
 
org.vaadin.addons.componentfactory.leaflet.layer.events - package org.vaadin.addons.componentfactory.leaflet.layer.events
 
org.vaadin.addons.componentfactory.leaflet.layer.events.supports - package org.vaadin.addons.componentfactory.leaflet.layer.events.supports
 
org.vaadin.addons.componentfactory.leaflet.layer.events.types - package org.vaadin.addons.componentfactory.leaflet.layer.events.types
 
org.vaadin.addons.componentfactory.leaflet.layer.groups - package org.vaadin.addons.componentfactory.leaflet.layer.groups
 
org.vaadin.addons.componentfactory.leaflet.layer.map.functions - package org.vaadin.addons.componentfactory.leaflet.layer.map.functions
 
org.vaadin.addons.componentfactory.leaflet.layer.map.options - package org.vaadin.addons.componentfactory.leaflet.layer.map.options
 
org.vaadin.addons.componentfactory.leaflet.layer.raster - package org.vaadin.addons.componentfactory.leaflet.layer.raster
 
org.vaadin.addons.componentfactory.leaflet.layer.ui - package org.vaadin.addons.componentfactory.leaflet.layer.ui
 
org.vaadin.addons.componentfactory.leaflet.layer.ui.marker - package org.vaadin.addons.componentfactory.leaflet.layer.ui.marker
 
org.vaadin.addons.componentfactory.leaflet.layer.ui.popup - package org.vaadin.addons.componentfactory.leaflet.layer.ui.popup
 
org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip - package org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip
 
org.vaadin.addons.componentfactory.leaflet.layer.vectors - package org.vaadin.addons.componentfactory.leaflet.layer.vectors
 
org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure - package org.vaadin.addons.componentfactory.leaflet.layer.vectors.structure
 
org.vaadin.addons.componentfactory.leaflet.operations - package org.vaadin.addons.componentfactory.leaflet.operations
 
org.vaadin.addons.componentfactory.leaflet.options - package org.vaadin.addons.componentfactory.leaflet.options
 
org.vaadin.addons.componentfactory.leaflet.plugins.esri - package org.vaadin.addons.componentfactory.leaflet.plugins.esri
 
org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen - package org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen
 
org.vaadin.addons.componentfactory.leaflet.plugins.heatmap - package org.vaadin.addons.componentfactory.leaflet.plugins.heatmap
 
org.vaadin.addons.componentfactory.leaflet.plugins.kmz - package org.vaadin.addons.componentfactory.leaflet.plugins.kmz
 
org.vaadin.addons.componentfactory.leaflet.plugins.markercluster - package org.vaadin.addons.componentfactory.leaflet.plugins.markercluster
 
org.vaadin.addons.componentfactory.leaflet.types - package org.vaadin.addons.componentfactory.leaflet.types
 
overlayadd - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl.LayerControlEventType
Fired when an overlay is selected through the layers control.
OverlayAddEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when an overlay layer is selected (added to the map) through the layers control.
OverlayAddEvent(LeafletMap, boolean, String, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.OverlayAddEvent
Creates a new overlay add event.
overlayremove - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl.LayerControlEventType
Fired when an overlay is deselected through the layers control.
OverlayRemoveEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when an overlay layer is deselected (removed from the map) through the layers control.
OverlayRemoveEvent(LeafletMap, boolean, String, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.OverlayRemoveEvent
Creates a new overlay remove event.

P

panBy(Point) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Pans the map by a given number of pixels (animated).
panBy(Point, PanOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Pans the map by a given number of pixels (animated).
panInside(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Pans the map the minimum amount to make the latlng visible.
panInside(LatLng, PanOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Pans the map the minimum amount to make the latlng visible.
panInsideBounds(LatLngBounds) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.
panInsideBounds(LatLngBounds, PanOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.
PanningInteriaOptions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Leaflet map panning interria options
PanOptions - Class in org.vaadin.addons.componentfactory.leaflet.options
Some of the Map methods which modify the center of the map take in an options parameter.
PanOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.options.PanOptions
 
panTo(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Pans the map to a given center.
panTo(LatLng, PanOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Pans the map to a given center.
Path - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
An abstract class that contains options and constants shared between vector overlays (Polygon, Polyline, Circle).
Path() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
 
PathFunctions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Methods for vector layers
PathOptions - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
Contains options shared between vector overlays (Polygon, Polyline, Circle).
PathOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Creates a new set of path options initialized with the Leaflet default values.
PathOptions(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Creates a new set of path options using the given color for both the stroke and the fill.
PathOptions(String, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Creates a new set of path options using the given color for both the stroke and the fill, and the given stroke width.
Point - Class in org.vaadin.addons.componentfactory.leaflet.types
Represents a point with x and y coordinates in pixels.
Point() - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.Point
Creates a new point at coordinates (0, 0).
Point(double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.types.Point
Creates a new point with the given coordinates.
Polygon - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
A class for drawing polygon overlays on a map.
Polygon(List<LatLng>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polygon
Instantiates a polygon from the given list of geographical points forming its exterior ring.
Polygon(List<LatLng>, MultiLatLngArray) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polygon
Instantiates a polygon from the given exterior ring and interior rings (holes).
Polygon(LatLng...) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polygon
Instantiates a polygon from the given geographical points forming its exterior ring.
Polyline - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
A class for drawing polyline overlays on a map.
Polyline(List<LatLng>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
Instantiates a polyline from the given list of geographical points.
Polyline(LatLngArray) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
Instantiates a polyline from the given array of geographical points.
Polyline(LatLng...) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
Instantiates a polyline from the given geographical points.
Popup - Class in org.vaadin.addons.componentfactory.leaflet.layer.ui.popup
Used to open popups in certain places of the map.
Popup(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Creates a new popup with the given HTML content and assigns it to the popupPane.
popupclose - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.PopupEventType
Fired when a popup bound to this layer is closed
PopupCloseEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a popup bound to a layer is closed.
PopupCloseEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.PopupCloseEvent
Creates a new popup close event.
PopupEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Base class for the Leaflet popup events fired when a popup is opened or closed.
PopupEvent(LeafletMap, boolean, String, PopupEventType, Popup) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.PopupEvent
Creates a new popup event.
PopupEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Enumeration of the popup related Leaflet event names fired when a popup is opened or closed.
popupopen - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.PopupEventType
Fired when a popup bound to this layer is opened
PopupOpenEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a popup bound to a layer is opened.
PopupOpenEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.PopupOpenEvent
Creates a new popup open event.
preclick - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Fired before mouse click on the map (sometimes useful when you want something to happen on click before any existing click handlers start running).
project(LatLng, int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Projects a geographical coordinate LatLng according to the projection of the map's CRS, then scales it according to zoom and the CRS's Transformation.

R

Rectangle - Class in org.vaadin.addons.componentfactory.leaflet.layer.vectors
A class for drawing rectangle overlays on a map.
Rectangle(List<LatLng>) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Rectangle
Instantiates a rectangle from the given list of geographical points defining its corners.
Rectangle(LatLng...) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Rectangle
Instantiates a rectangle from the given geographical points defining its corners.
redraw() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathFunctions
Redraws the layer.
redraw() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Redraws the heatmap.
register(Class<T>) - Static method in class org.vaadin.addons.componentfactory.leaflet.layer.events.types.EventTypeRegistry
Registers all constants of the given event type enum so they can be looked up by their Leaflet event name.
remove - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.Layer.LayerEventType
Fired after the layer is removed from a map.
remove() - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl
Removes the control from the map it is currently active on.
remove() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Removes the layer from the map it is currently active on
removeControl(LeafletControl) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Removes the given control from the map
RemoveEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the layer is removed from a map.
RemoveEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.RemoveEvent
Creates a new remove event.
removeEventListener(LeafletEventType) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.events.Evented
Alias to off(…)
removeEventListener(LeafletEventType) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Removes all listeners registered for the given event type.
removeEventListener(LeafletEventType) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Removes the listeners registered for the given Leaflet event type.
removeLayer(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Removes the layer with the given internal ID from the group.
removeLayer(String) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroupFunctions
Removes the layer with the given internal ID from the group.
removeLayer(Layer) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl
Remove the given layer from the control.
removeLayer(Layer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Removes the given layer from the group.
removeLayer(Layer) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroupFunctions
Removes the given layer from the group.
removeLayer(Layer) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Removes the given layer from the map.
resize - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired when the map is resized.
ResizeEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the map is resized, carrying the previous and the new size of the map.
ResizeEvent(LeafletMap, boolean, String, double, double, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.ResizeEvent
Creates a new resize event.

S

ScaleControl - Class in org.vaadin.addons.componentfactory.leaflet.controls
A simple scale control that shows the scale of the current center of screen in metric (m/km) and imperial (mi/ft) systems.
ScaleControl() - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.ScaleControl
Creates a new scale control.
set(Supplier<CompletableFuture<T>>, Consumer<T>) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Resolves the given asynchronous result and passes it to the handler once it becomes available.
setAlt(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Text for the alt attribute of the image (useful for accessibility).
setAlt(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets the text used for the alt attribute of the marker's icon, for accessibility purposes.
setAltitude(double) - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Sets the altitude in meters.
setAnimate(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.options.PanOptions
If true, panning will always be animated if possible.
setAnimate(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.options.ZoomOptions
If not specified, zoom animation will happen if the zoom origin is inside the current view.
setAnimate(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets whether cluster splitting and merging is animated on zoom.
setAnimateAddingMarkers(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets whether markers added after the initial batch are animated into their clusters.
setAttribution(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Sets the attribution string shown for this layer.
setAttributionControl(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.ControlOptions
Whether a attribution control is added to the map by default.
setAttributionControl(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether a attribution control is added to the map by default.
setAutoClose(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets whether the popup is automatically closed when another popup is opened.
setAutoPan(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets whether the map is panned when a dragged marker is moved close to the map edges.
setAutoPan(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets whether the map is panned when the popup is opened so it does not overlap the map borders.
setAutoPanPadding(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets the padding kept between a dragged marker and the map borders that triggers auto-panning.
setAutoPanPadding(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets the padding kept between the popup and the map borders during auto-panning.
setAutoPanPaddingBottomRight(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets the bottom-right padding kept between the popup and the map borders during auto-panning.
setAutoPanPaddingTopLeft(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets the top-left padding kept between the popup and the map borders during auto-panning.
setAutoPanSpeed(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets the number of pixels the map is panned per animation frame during auto-panning.
setAutoZIndex(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlOptions
Sets whether the z-index of the layers is set automatically based on their order in the control, enabling a correct display order for overlays.
setBaseUrl(String) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Adds a tile layer to the map using the given URL template as the tile source.
setBgPos(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.DivIcon
Sets the Optional relative position of the background, in pixels
setBlur(double) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Sets the amount of blur applied to the heatmap.
setBounceAtZoomLimits(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Set it to false if you don't want the map to zoom beyond min/max zoom and then bounce back when pinch-zooming.
setBounceAtZoomLimits(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.TouchInteractionOptions
Set it to false if you don't want the map to zoom beyond min/max zoom and then bounce back when pinch-zooming.
setBounds(LatLngBounds) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
If set, tiles will only be loaded inside the set LatLngBounds.
setBounds(LatLngBounds) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Sets a map view that contains the given geographical bounds with the maximum zoom level possible.
setBounds(LatLngBounds) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Sets a map view that contains the given geographical bounds with the maximum zoom level possible.
setBounds(LatLngBounds) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Sets the geographical bounds the image is tied to.
setBoxZoom(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether the map can be zoomed to a rectangular area specified by dragging the mouse while pressing the shift key.
setBoxZoom(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Whether the map can be zoomed to a rectangular area specified by dragging the mouse while pressing the shift key.
setBubblingMouseEvents(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.InteractiveLayer
Sets whether mouse events on this layer bubble up to its parents.
setCenter(LatLng) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Initial geographic center of the map
setCenter(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Initial geographic center of the map
setChunkDelay(int) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets the delay, in milliseconds, between processing consecutive chunks when chunked loading is enabled.
setChunkedLoading(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets whether markers are added in chunks to keep the UI responsive when loading large numbers of markers.
setChunkInterval(int) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets the maximum time, in milliseconds, spent processing markers in a single chunk before yielding to the browser.
setClassName(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
A custom class name to assign to the tile layer.
setClassName(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
A custom class name to assign to the image.
setClassName(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.DivOverlay
Sets a custom CSS class name to assign to the overlay.
setClassName(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Custom class name set on an element.
setClassName(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Custom class name set on an element.
setClassName(String) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets a custom CSS class name to assign to both the icon and shadow images.
setCloseButton(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets whether a close button is shown in the popup.
setCloseOnClick(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets whether the popup is closed when the map is clicked.
setCloseOnEscapeKey(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets whether the popup is closed when the escape key is pressed.
setClosePopupOnClick(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Set it to false if you don't want popups to close when user clicks the map.
setClosePopupOnClick(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Set it to false if you don't want popups to close when user clicks the map.
setClusterPane(String) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets the name of the map pane in which the cluster icons are placed.
setCollapsed(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlOptions
Sets whether the control is initially collapsed into an icon and expanded on mouse hover or touch.
setColor(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Stroke color
setColor(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Stroke color
setContent(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.DivOverlay
Sets the HTML content of the overlay.
setContent(String) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Sets the content of the button, which may be HTML.
setCrossOrigin(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
Whether the crossOrigin attribute will be added to the image.
setCrossOrigin(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Whether the crossOrigin attribute will be added to the tiles.
setDashArray(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
A string that defines the stroke dash pattern.
setDashArray(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
A string that defines the stroke dash pattern.
setDashOffset(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
A string that defines the distance into the dash pattern to start the dash.
setDashOffset(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
A string that defines the distance into the dash pattern to start the dash.
setDetectRetina(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
If true and user is on a retina display, it will request four tiles of half the specified size and a bigger zoom level in place of one to utilize the high resolution.
setDirection(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Sets the direction where the tooltip opens relative to its anchor.
setDisableClusteringAtZoom(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets the zoom level at and beyond which markers are no longer clustered.
setDoubleClickZoom(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether the map can be zoomed in by double clicking on it and zoomed out by double clicking while holding shift.
setDoubleClickZoom(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Whether the map can be zoomed in by double clicking on it and zoomed out by double clicking while holding shift.
setDraggable(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets whether the marker can be dragged with the mouse or touch.
setDragging(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether the map be draggable with mouse/touch or not.
setDragging(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Whether the map be draggable with mouse/touch or not.
setDuration(double) - Method in class org.vaadin.addons.componentfactory.leaflet.options.PanOptions
Duration of animated panning, in seconds.
setEaseLinearity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Sets the easing linearity applied to inertial panning animations.
setEaseLinearity(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
Sets the easing linearity applied to inertial panning animations.
setEaseLinearity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.options.PanOptions
The curvature factor of panning animation easing (third parameter of the Cubic Bezier curve).
setEnableHighAccuracy(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Enables high accuracy, see description in the W3C spec.
setErrorOverlayUrl(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
URL to the overlay image to show in place of the overlay that failed to load.
setErrorTileUrl(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
URL to the tile image to show in place of the tile that failed to load.
setFadeAnimation(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Whether the tile fade animation is enabled.
setFadeAnimation(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether the tile fade animation is enabled.
setFill(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Whether to fill the path with color.
setFill(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Whether to fill the path with color.
setFillColor(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Fill color.
setFillColor(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Fill color.
setFillOpacity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Fill opacity.
setFillOpacity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Fill opacity.
setFillRule(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
A string that defines how the inside of a shape is determined.
setFillRule(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
A string that defines how the inside of a shape is determined.
setForcePseudoFullscreen(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Sets whether pseudo fullscreen is used even when the browser fullscreen API is available.
setForceSeparateButton(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Sets whether the fullscreen button is forced to detach from the zoom buttons.
setFullscreenElement(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Sets whether a specific DOM element is rendered in fullscreen instead of the map container.
setGradient(Map<Double, String>) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Sets the color gradient configuration mapping intensity ratios to colors, e.g.
setHideSingleBase(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlOptions
Sets whether the base layers section is hidden when there is only a single base layer.
setHtml(String) - Method in class org.vaadin.addons.componentfactory.leaflet.types.DivIcon
Sets the custom HTML code to put inside the div element, empty by default.
setIcon(Icon) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets the icon used to render the marker.
setIcon(Icon) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.MarkerFunctions
Changes the marker icon.
setIconAnchor(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets the coordinates of the "tip" of the icon (relative to its top-left corner), which will be aligned to the marker's geographical location.
setIconSize(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets the size of the icon image in pixels.
setIconUrl(String) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets the URL to the icon image displayed for the marker.
setImperial(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ScaleControl
Whether to show the imperial scale line (mi/ft).
setInertia(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
If enabled, panning of the map will have an inertia effect where the map builds momentum while dragging and continues moving in the same direction for some time.
setInertia(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
If enabled, panning of the map will have an inertia effect where the map builds momentum while dragging and continues moving in the same direction for some time.
setInertiaDeceleration(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
The rate with which the inertial movement slows down, in pixels/second².
setInertiaDeceleration(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
The rate with which the inertial movement slows down, in pixels/second².
setInertiaMaxSpeed(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Max speed of the inertial movement, in pixels/second.
setInertiaMaxSpeed(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
Max speed of the inertial movement, in pixels/second.
setInteractive(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.InteractiveLayer
Sets whether this layer emits mouse events and reacts to user interaction.
setInteractive(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Sets whether the tooltip listens to and fires mouse events.
setKeepBuffer(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
When panning the map, keep this many rows and columns of tiles before unloading them.
setKeepInView(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets whether the popup is kept in view by panning the map when it is about to leave the visible area.
setKeyboard(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Makes the map focusable and allows users to navigate the map with keyboard arrows and +/- keys.
setKeyboard(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.KeyboardNavigationOptions
Makes the map focusable and allows users to navigate the map with keyboard arrows and +/- keys.
setKeyboard(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets whether the marker can be focused and moved with the keyboard.
setKeyboardPanDelta(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Amount of pixels to pan when pressing an arrow key.
setKeyboardPanDelta(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.KeyboardNavigationOptions
Amount of pixels to pan when pressing an arrow key.
setLat(Double) - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Sets the latitude in degrees.
setLatLng(LatLng) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.DivOverlay
Sets the geographical point where the overlay will open.
setLatLng(LatLng) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Changes the marker position to the given point.
setLatLng(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.MarkerFunctions
Changes the marker position to the given point.
setLatLngs(List<LatLng>) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Resets heatmap data and redraws it.
setLineCap(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
A string that defines shape to be used at the end of the stroke.
setLineCap(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
A string that defines shape to be used at the end of the stroke.
setLineJoin(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
A string that defines shape to be used at the corners of the stroke.
setLineJoin(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
A string that defines shape to be used at the corners of the stroke.
setLng(Double) - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLng
Sets the longitude in degrees.
setMapOptions(MapOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.LeafletModel
Sets the map options.
setMarkerZoomAnimation(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Whether markers animate their zoom with the zoom animation, if disabled they will disappear for the length of the animation.
setMarkerZoomAnimation(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether markers animate their zoom with the zoom animation, if disabled they will disappear for the length of the animation.
setMax(double) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Sets the maximum point intensity.
setMax(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Sets the bottom right corner of the rectangle.
setMaxBounds(LatLngBounds) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Restricts the map view to the given bounds (see the maxBounds option).
setMaxBounds(LatLngBounds) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
When this option is set, the map restricts the view to the given geographical bounds, bouncing the user back if the user tries to pan outside the view.
setMaxBounds(LatLngBounds) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
When this option is set, the map restricts the view to the given geographical bounds, bouncing the user back if the user tries to pan outside the view.
setMaxBoundsViscosity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
If maxBounds is set, this option will control how solid the bounds are when dragging the map around.
setMaxBoundsViscosity(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
If maxBounds is set, this option will control how solid the bounds are when dragging the map around.
setMaxClusterRadius(int) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets the maximum radius, in pixels, that a cluster will cover from the central marker.
setMaxHeight(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets the maximum height of the popup, in pixels.
setMaximumAge(int) - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Maximum age of detected location.
setMaxWidth(int) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ScaleControl
Maximum width of the control in pixels.
setMaxWidth(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets the maximum width of the popup, in pixels.
setMaxZoom(int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the upper limit for the available zoom levels (see the maxZoom option).
setMaxZoom(int) - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
The maximum zoom for automatic view setting when using setView option.
setMaxZoom(int) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Sets the zoom level at which the points reach maximum intensity (as intensity scales with zoom).
setMaxZoom(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
The maximum zoom level up to which this layer will be displayed (inclusive).
setMaxZoom(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Maximum zoom level of the map.
setMaxZoom(Integer) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Maximum zoom level of the map.
setMaxZoom(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
The maximum possible zoom to use.
setMetric(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ScaleControl
Whether to show the metric scale line (m/km).
setMin(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
Sets the top left corner of the rectangle.
setMinOpacity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Sets the minimum opacity the heat will start at.
setMinWidth(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.popup.Popup
Sets the minimum width of the popup, in pixels.
setMinZoom(int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the lower limit for the available zoom levels (see the minZoom option).
setMinZoom(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
The minimum zoom level down to which this layer will be displayed (inclusive).
setMinZoom(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Minimum zoom level of the map.
setMinZoom(Integer) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Minimum zoom level of the map.
setNoClip(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
Disable polyline clipping.
setNoMoveStart(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.options.PanOptions
If true, panning won't fire movestart event on start (used internally for panning inertia).
setNorthEast(LatLng) - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Sets the north-east corner of the bounds.
setNoWrap(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Whether the layer is wrapped around the antimeridian.
setOffset(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.DivOverlay
Sets the offset of the overlay position.
setOpacity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Opacity of the tiles.
setOpacity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
The opacity of the image overlay.
setOpacity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets the opacity of the marker, between 0 and 1.
setOpacity(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.MarkerFunctions
Changes the opacity of the marker.
setOpacity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Sets the opacity of the tooltip, between 0 and 1.
setOpacity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Stroke opacity
setOpacity(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Stroke opacity
setOptions(HeatLayerOptions) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayer
Sets new heatmap options and redraws it.
setPadding(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
Equivalent of setting both top left and bottom right padding to the same value.
setPaddingBottomRight(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
The same for the bottom right corner of the map.
setPaddingTopLeft(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
Sets the amount of padding in the top left corner of a map container that shouldn't be accounted for when setting the view to fit bounds.
setPane(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Sets the name of the map pane in which this layer is rendered.
setParent(ExecutableFunctions) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletObject
Sets the parent through which client-side function calls are delegated.
setPermanent(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Sets whether the tooltip is displayed permanently instead of only on hover.
setPolygonOptions(PathOptions) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets the path options used to style the coverage polygon shown when a cluster is hovered.
setPopupAnchor(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets the coordinates from which popups will "open", relative to the icon anchor.
setPopupContent(String) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Sets the content of the popup bound to this layer.
setPopupContent(Popup) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Sets the content of the popup bound to this layer.
setPosition(LeafletControl.ControlPosition) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl
Sets the position of the control.
setPreferCanvas(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether Paths should be rendered on a Canvas renderer.
setPreferCanvas(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapOptions
Whether Paths should be rendered on a Canvas renderer.
setPrefix(String) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.AttributionControl
The HTML text shown before the attributions.
setRadius(double) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
Sets the radius of each point of the heatmap.
setRemoveOutsideVisibleBounds(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets whether clusters and markers that fall outside the visible map bounds are removed from the DOM for performance.
setRetinaUrl(String) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets the URL to the retina-sized icon image, used on retina-screen devices.
setRiseOffset(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets the z-index offset applied to the marker when it rises on hover.
setRiseOnHover(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets whether the marker is brought to the front on hover.
setScrollWheelZoom(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether the map can be zoomed by using the mouse wheel.
setScrollWheelZoom(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MousewheelOptions
Whether the map can be zoomed by using the mouse wheel.
setSetView(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
If true, automatically sets the map view to the user location with respect to detection accuracy, or to world view if geolocation failed.
setShadowAnchor(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets the coordinates of the "tip" of the shadow (relative to its top-left corner); defaults to the icon anchor if not specified.
setShadowSize(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets the size of the shadow image in pixels.
setShadowUrl(String) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets the URL to the icon shadow image.
setShowCoverageOnHover(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets whether the bounds of the markers contained in a cluster are shown as a polygon when the cluster is hovered.
setSingleMarkerMode(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets whether single markers are wrapped in a cluster icon rather than shown as a plain marker.
setSmoothFactor(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Polyline
How much to simplify the polyline on each zoom level.
setSortLayers(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.LayersControlOptions
Sets whether the layers are sorted by name in the control.
setSouthWest(LatLng) - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
Sets the south-west corner of the bounds.
setSpiderfyDistanceMultiplier(double) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets the multiplier applied to the distance between markers when a cluster is spiderfied.
setSpiderfyOnMaxZoom(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets whether clicking a cluster at the bottom zoom level spiderfies it so all of its markers become visible.
setSpiderLegPolylineOptions(PathOptions) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets the path options used to style the leg lines drawn to each marker when a cluster is spiderfied.
setSticky(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Sets whether the tooltip follows the mouse pointer instead of being fixed at its anchor.
setStroke(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Whether to draw stroke along the path.
setStroke(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Whether to draw stroke along the path.
setStyle(PathOptions) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.FeatureGroup
Sets the given path style options on the feature group and applies them to every member layer that supports styling.
setStyle(PathOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.groups.FeatureGroupFunctions
Sets the given path options to each layer of the group that has a setStyle method.
setStyle(PathOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.HasStyle
Changes the appearance of this layer by applying the given path style options.
setStyle(PathOptions) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Changes the appearance of this layer by applying the given path style options.
setStyle(PathOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathFunctions
Changes the appearance of a Path based on the options in the Path options object.
setSubdomains(String...) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Subdomains of the tile service.
setTap(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Enables mobile hacks for supporting instant taps (fixing 200ms click delay on iOS/Android) and touch holds (fired as contextmenu events).
setTap(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.TouchInteractionOptions
Enables mobile hacks for supporting instant taps (fixing 200ms click delay on iOS/Android) and touch holds (fired as contextmenu events).
setTaptolerance(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
The max number of pixels a user can shift his finger during touch for it to be considered a valid tap.
setTaptolerance(int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.TouchInteractionOptions
The max number of pixels a user can shift his finger during touch for it to be considered a valid tap.
setTileSize(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Width and height of tiles in the grid.
setTimeout(int) - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
Number of milliseconds to wait for a response from geolocation before firing a locationerror event.
setTitle(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets the text shown in a native browser tooltip when hovering the marker.
setTitle(String) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Sets the title (tooltip) of the button shown while not in fullscreen.
setTitleCancel(String) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Sets the title (tooltip) of the button shown while in fullscreen.
setTms(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
If true, inverses Y axis numbering for tiles (turn this on for TMS services).
setTooltipAnchor(Point) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Icon
Sets the coordinates from which tooltips will "open", relative to the icon anchor.
setTooltipContent(String) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Sets the content of the tooltip bound to this layer.
setTooltipContent(Tooltip) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Sets the content of the tooltip bound to this layer.
setTouchZoom(String) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether the map can be zoomed by touch-dragging with two fingers.
setTouchZoom(String) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.TouchInteractionOptions
Whether the map can be zoomed by touch-dragging with two fingers.
setTrackResize(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether the map automatically handles browser window resize to update itself.
setTrackResize(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Whether the map automatically handles browser window resize to update itself.
setTransform3DLimit(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Defines the maximum size of a CSS translation transform.
setTransform3DLimit(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Defines the maximum size of a CSS translation transform.
setUpdateInterval(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Tiles will not update more than once every updateInterval milliseconds when panning.
setUpdateWhenIdle(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ScaleControl
If true, the control is updated on moveend, otherwise it's always up-to-date (updated on move).
setUpdateWhenIdle(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
Load new tiles only when panning ends.
setUpdateWhenZooming(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
By default, a smooth zoom animation (during a touch zoom or a flyTo()) will update grid layers every integer zoom level.
setView(LatLng, int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the view of the map (geographical center and zoom)
setView(LatLng, int, PanOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the view of the map (geographical center and zoom) with the given animation options.
setView(LatLng, int, ZoomOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the view of the map (geographical center and zoom) with the given animation options.
setWatch(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.options.LocateOptions
If true, starts continuous watching of location changes (instead of detecting it once) using W3C watchPosition method.
setWeight(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.Path
Stroke width in pixels
setWeight(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.vectors.PathOptions
Stroke width in pixels
setWheelDebounceTime(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Limits the rate at which a wheel can fire (in milliseconds).
setWheelDebounceTime(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MousewheelOptions
Limits the rate at which a wheel can fire (in milliseconds).
setWheelPxPerZoomLevel(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
How many scroll pixels (as reported by L.DomEvent.getWheelDelta) mean a change of one full zoom level.
setWheelPxPerZoomLevel(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MousewheelOptions
How many scroll pixels (as reported by L.DomEvent.getWheelDelta) mean a change of one full zoom level.
setWorldCopyJump(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
With this option enabled, the map tracks when you pan to another "copy" of the world and seamlessly jumps to the original one so that all overlays like markers and vector layers are still visible.
setWorldCopyJump(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.PanningInteriaOptions
With this option enabled, the map tracks when you pan to another "copy" of the world and seamlessly jumps to the original one so that all overlays like markers and vector layers are still visible.
setX(double) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Point
Sets the x coordinate in pixels.
setY(double) - Method in class org.vaadin.addons.componentfactory.leaflet.types.Point
Sets the y coordinate in pixels.
setzIndex(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer
The explicit zIndex of the tile layer.
setzIndex(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay
The explicit zIndex of the overlay layer.
setZIndex(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
Calls setZIndex on every layer contained in this group, passing the z-index.
setZIndexOffset(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.Marker
Sets the offset applied to the z-index of the marker's icon, used to control its stacking order.
setZIndexOffset(int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.ui.marker.MarkerFunctions
Changes the zIndex offset of the marker.
setZoom(int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the zoom of the map.
setZoom(int, PanOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Sets the zoom of the map.
setZoom(Integer) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Initial map zoom level
setZoom(Integer) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.MapStateOptions
Initial map zoom level
setZoomAnimation(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Whether the map zoom animation is enabled.
setZoomAnimation(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether the map zoom animation is enabled.
setZoomAnimationThreshold(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.AnimationOptions
Won't animate zoom if the zoom difference exceeds this value.
setZoomAnimationThreshold(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Won't animate zoom if the zoom difference exceeds this value.
setZoomAround(LatLng, int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Zooms the map while keeping a specified geographical point on the map stationary (e.g.
setZoomAround(Point, int, ZoomOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Zooms the map while keeping a specified pixel on the map (relative to the top-left corner) stationary.
setZoomControl(boolean) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.ControlOptions
Whether a zoom control is added to the map by default.
setZoomControl(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Whether a zoom control is added to the map by default.
setZoomDelta(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Controls how much the map's zoom level will change after a zoomIn(), zoomOut(), pressing + or - on the keyboard, or using the zoom controls.
setZoomDelta(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Controls how much the map's zoom level will change after a zoomIn(), zoomOut(), pressing + or - on the keyboard, or using the zoom controls.
setZoomInText(String) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ZoomControl
Sets the text shown on the zoom-in button.
setZoomInTitle(String) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ZoomControl
Sets the title (tooltip) shown on the zoom-in button.
setZoomOffset(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
The zoom number used in tile URLs will be offset with this value.
setZoomOutText(String) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ZoomControl
Sets the text shown on the zoom-out button.
setZoomOutTitle(String) - Method in class org.vaadin.addons.componentfactory.leaflet.controls.ZoomControl
Sets the title (tooltip) shown on the zoom-out button.
setZoomReverse(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
If set to true, the zoom number used in tile URLs will be reversed (maxZoom - zoom instead of zoom)
setZoomSnap(double) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.map.options.DefaultMapOptions
Forces the map's zoom level to always be a multiple of this, particularly right after a fitBounds() or a pinch-zoom.
setZoomSnap(double) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.options.InteractionOptions
Forces the map's zoom level to always be a multiple of this, particularly right after a fitBounds() or a pinch-zoom.
setZoomToBoundsOnClick(boolean) - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterOptions
Sets whether clicking a cluster zooms the map to the bounds of its markers.
spiderfied - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterEventType
Fires when overlapping markers get spiderified (Contains cluster and markers attributes)
stop() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Stops the currently running panTo or flyTo animation, if any.
stopLocate() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.GeolocationFunctions
Stops watching location previously initiated by map.locate({watch: true}) and aborts resetting the map view if map.locate was called with {setView: true}.
SupportsDragEvents - Interface in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Mixin interface adding default methods to register listeners for drag and move related Leaflet events on the implementing component.
SupportsKeyboardEvents - Interface in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Mixin interface adding default methods to register listeners for keyboard related Leaflet events on the implementing component.
SupportsLayerEvents - Interface in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Mixin interface adding default methods to register listeners for layer add and remove Leaflet events on the implementing component.
SupportsLocationEvents - Interface in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Mixin interface adding default methods to register listeners for geolocation related Leaflet events on the implementing component.
SupportsMapEvents - Interface in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Mixin interface adding default methods to register listeners for map level Leaflet events such as load, move, zoom and resize on the implementing component.
SupportsMouseEvents - Interface in org.vaadin.addons.componentfactory.leaflet.layer.events.supports
Mixin interface adding default methods to register listeners for mouse related Leaflet events on the implementing component.

T

TiledMapLayer - Class in org.vaadin.addons.componentfactory.leaflet.plugins.esri
TiledMapLayer() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.esri.TiledMapLayer
 
TiledMapLayerOptions - Class in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Options for Esri Tiled Map Layer.
TiledMapLayerOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.esri.TiledMapLayerOptions
 
tileerror - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TileEventType
Fired when there is an error loading a tile.
tileerror - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer.Events
Fired when there is an error loading a tile.
TileErrorEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when there is an error loading a tile.
TileErrorEvent(LeafletMap, boolean, String, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.TileErrorEvent
Creates a new tile error event.
TileEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Base class for the Leaflet tile lifecycle events (tileloadstart, tileload, tileunload and tileerror), carrying the coordinates of the tile the event relates to.
TileEvent(LeafletMap, boolean, String, TileEventType, Point) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.TileEvent
Creates a new tile event.
TileEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Enumeration of the tile related Leaflet event names fired by grid layers while loading tiles.
TileLayer - Class in org.vaadin.addons.componentfactory.leaflet.layer.raster
Used to load and display tile layers on the map.
TileLayer(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.raster.TileLayer
Instantiates a tile layer object given a URL template and optionally an options object.
tileload - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TileEventType
Fired when a tile loads.
tileload - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer.Events
Fired when a tile loads.
TileLoadEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a tile finishes loading.
TileLoadEvent(LeafletMap, boolean, String, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.TileLoadEvent
Creates a new tile load event.
tileloadstart - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TileEventType
Fired when a tile is removed (e.g.
tileloadstart - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer.Events
Fired when a tile is requested and starts loading.
TileLoadStartEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a tile starts loading.
TileLoadStartEvent(LeafletMap, boolean, String, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.TileLoadStartEvent
Creates a new tile load start event.
tileunload - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TileEventType
Fired when a tile is removed (e.g.
tileunload - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer.Events
Fired when a tile is removed (e.g.
TileUnloadEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a tile is removed (e.g.
TileUnloadEvent(LeafletMap, boolean, String, double, double) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.TileUnloadEvent
Creates a new tile unload event.
toGeoJSON(int) - Method in class org.vaadin.addons.componentfactory.leaflet.layer.groups.LayerGroup
precision is the number of decimal places for coordinates.
toggleFullscreen() - Method in interface org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.WithFullScreenControl
Toggles the map between fullscreen and normal mode.
togglePopup() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Opens or closes the popup bound to this layer depending on its current state.
toggleTooltip() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Opens or closes the tooltip bound to this layer depending on its current state.
Tooltip - Class in org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip
Used to display small texts on top of map layers.
Tooltip(String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.ui.tooltip.Tooltip
Creates a new tooltip with the given HTML content and assigns it to the tooltipPane.
tooltipclose - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TooltipEventType
Fired when a tooltip bound to this layer is closed.
TooltipCloseEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a tooltip bound to a layer is closed.
TooltipCloseEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.TooltipCloseEvent
Creates a new tooltip close event.
TooltipEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Base class for the Leaflet tooltip events fired when a tooltip is opened or closed.
TooltipEvent(LeafletMap, boolean, String, TooltipEventType, Tooltip) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.TooltipEvent
Creates a new tooltip event.
TooltipEventType - Enum Class in org.vaadin.addons.componentfactory.leaflet.layer.events.types
Enumeration of the tooltip related Leaflet event names fired when a tooltip is opened or closed.
tooltipopen - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TooltipEventType
Fired when a tooltip bound to this layer is opened.
TooltipOpenEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when a tooltip bound to a layer is opened.
TooltipOpenEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.TooltipOpenEvent
Creates a new tooltip open event.
topleft - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl.ControlPosition
Top-left corner of the map.
topright - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl.ControlPosition
Top-right corner of the map.
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.BaseMoveEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.DragEndEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.DragEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ErrorEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.KeyboardEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LayerEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LeafletEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.LocationEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.MouseEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.PopupEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ResizeEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.TileEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.TooltipEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.events.ZoomAnimEvent
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.plugins.heatmap.HeatLayerOptions
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Bounds
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLng
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.types.LatLngBounds
 
toString() - Method in class org.vaadin.addons.componentfactory.leaflet.types.Point
 
TouchInteractionOptions - Interface in org.vaadin.addons.componentfactory.leaflet.layer.map.options
Leaflet map touch interaction options

U

unbindPopup() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Unbinds the popup previously bound to this layer and removes it.
unbindPopup() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerPopupFunctions
Removes the popup previously bound with bindPopup.
unbindTooltip() - Method in class org.vaadin.addons.componentfactory.leaflet.layer.Layer
Unbinds the tooltip previously bound to this layer and removes it.
unbindTooltip() - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.LayerTooltipFunctions
Removes the tooltip previously bound with bindTooltip.
unload - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired when the map is destroyed with remove method.
UnloadEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the map is destroyed with the remove method.
UnloadEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.UnloadEvent
Creates a new unload event.
unproject(Point, int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Inverse of project.
unspiderfied - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterEventType
Fires when overlapping markers get unspiderified (Contains cluster and markers attributes)
Usage example - Search tag in class org.vaadin.addons.componentfactory.leaflet.types.DivIcon
Section

V

valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl.LayerControlEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl.ControlPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.DragEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in class org.vaadin.addons.componentfactory.leaflet.layer.events.types.EventTypeRegistry
Returns the registered event type matching the given Leaflet event name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.KeyboardEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.LayerEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.LocationEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.PopupEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TileEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TooltipEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer.Events
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.Layer.LayerEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay.Events
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.LeafletMapVariant
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl.FullScreenEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.plugins.kmz.KmzLayer.KmzLayerEventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterEventType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.controls.LayersControl.LayerControlEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.controls.LeafletControl.ControlPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.DragEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.KeyboardEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.LayerEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.LocationEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MouseEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.PopupEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TileEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.TooltipEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.groups.GridLayer.Events
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.Layer.LayerEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.layer.raster.ImageOverlay.Events
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.LeafletMapVariant
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl.FullScreenEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.plugins.kmz.KmzLayer.KmzLayerEventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.vaadin.addons.componentfactory.leaflet.plugins.markercluster.MarkerClusterEventType
Returns an array containing the constants of this enum class, in the order they are declared.
VectorBasemapLayer - Class in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Esri layer that renders an ArcGIS vector basemap using the esri-leaflet-vector vectorBasemapLayer.
VectorBasemapLayer() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.esri.VectorBasemapLayer
 
VectorBasemapLayerOptions - Class in org.vaadin.addons.componentfactory.leaflet.plugins.esri
Configuration options for a VectorBasemapLayer.
VectorBasemapLayerOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.plugins.esri.VectorBasemapLayerOptions
 
viewreset - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired when the map needs to redraw its content (this usually happens on map zoom or load).
ViewResetEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the map needs to redraw its content, for example after a zoom or when the map size changes.
ViewResetEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.ViewResetEvent
Creates a new view reset event.

W

whenReady(ComponentEventListener<LeafletMap.MapReadyEvent>) - Method in class org.vaadin.addons.componentfactory.leaflet.LeafletMap
Fired when the map gets initialized with a view (center and zoom) and at least one layer, or immediately if it's already initialized.
WithFullScreenControl - Interface in org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen
Exposes the fullscreen control API, allowing listeners to be notified when the map enters or exits fullscreen mode and the fullscreen state to be toggled.
wrap(LeafletMap) - Static method in class org.vaadin.addons.componentfactory.leaflet.plugins.fullscreen.FullScreenControl
Wraps the given map in an adapter exposing the fullscreen control API.
wrapLatLng(LatLng) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Returns a LatLng where lat and lng has been wrapped according to the map's CRS's wrapLat and wrapLng properties, if they are outside the CRS's bounds.
wrapLatLngBounds(LatLngBounds) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapConversionFunctions
Returns a LatLngBounds with the same size as the given one, ensuring that its center is within the CRS's bounds.

Z

zoom - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired repeatedly during any change in zoom level, including zoom and fly animations.
zoomanim - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired at least once per zoom animation.
ZoomAnimEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired during the zoom animation, carrying the target zoom animation data.
ZoomAnimEvent(LeafletMap, boolean, String, int, double, double, boolean) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.ZoomAnimEvent
Creates a new zoom animation event.
ZoomControl - Class in org.vaadin.addons.componentfactory.leaflet.controls
A basic zoom control with two buttons (zoom in and zoom out).
ZoomControl() - Constructor for class org.vaadin.addons.componentfactory.leaflet.controls.ZoomControl
Creates a new zoom control.
zoomend - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired when the map has changed, after any animations.
ZoomEndEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the map has finished changing its zoom level.
ZoomEndEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.ZoomEndEvent
Creates a new zoom end event.
ZoomEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired repeatedly while the map zoom level is changing.
ZoomEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.ZoomEvent
Creates a new zoom event.
zoomIn(int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Increases the zoom of the map by delta (zoomDelta by default).
zoomIn(int, ZoomOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Increases the zoom of the map by delta (zoomDelta by default).
zoomlevelschange - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired when the number of zoomlevels on the map is changed due to adding or removing a layer.
ZoomLevelsChangeEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the number of zoom levels on the map changes, i.e.
ZoomLevelsChangeEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.ZoomLevelsChangeEvent
Creates a new zoom levels change event.
ZoomOptions - Class in org.vaadin.addons.componentfactory.leaflet.options
Some of the Map methods which modify the zoom level take in an options parameter.x
ZoomOptions() - Constructor for class org.vaadin.addons.componentfactory.leaflet.options.ZoomOptions
 
zoomOut(int) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Decreases the zoom of the map by delta (zoomDelta by default).
zoomOut(int, ZoomOptions) - Method in interface org.vaadin.addons.componentfactory.leaflet.layer.map.functions.MapModifyStateFunctions
Decreases the zoom of the map by delta (zoomDelta by default).
zoomstart - Enum constant in enum class org.vaadin.addons.componentfactory.leaflet.layer.events.types.MapEventType
Fired when the map zoom is about to change (e.g.
ZoomStartEvent - Class in org.vaadin.addons.componentfactory.leaflet.layer.events
Event fired when the map starts changing its zoom level.
ZoomStartEvent(LeafletMap, boolean, String) - Constructor for class org.vaadin.addons.componentfactory.leaflet.layer.events.ZoomStartEvent
Creates a new zoom start event.
A B C D E F G H I K L M N O P R S T U V W Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form