Index

A D F G I J L M O R S T V W 
All Classes and Interfaces|All Packages|Serialized Form

A

AbstractKebabCasedDto - Class in org.vaadin.addons.maplibre
 
AbstractKebabCasedDto() - Constructor for class org.vaadin.addons.maplibre.AbstractKebabCasedDto
 
addClickListener(Marker.ClickListener) - Method in class org.vaadin.addons.maplibre.Marker
 
addFillLayer(String, String, String, FillPaint, Geometry) - Method in class org.vaadin.addons.maplibre.MapLibre
 
addFillLayer(Polygon, FillPaint) - Method in class org.vaadin.addons.maplibre.MapLibre
 
addLineLayer(String, String, String, LinePaint, Geometry) - Method in class org.vaadin.addons.maplibre.MapLibre
 
addLineLayer(Geometry, LinePaint) - Method in class org.vaadin.addons.maplibre.MapLibre
 
addMapClickListener(MapLibre.MapClickListener) - Method in class org.vaadin.addons.maplibre.MapLibre
 
addMarker(double, double) - Method in class org.vaadin.addons.maplibre.MapLibre
 
addModeChangeListener(DrawControl.DrawEventListener<DrawControl.ModeChangeEvent>) - Method in class org.vaadin.addons.maplibre.DrawControl
 
addSource(String, String) - Method in class org.vaadin.addons.maplibre.MapLibre
 

D

DIRECT_SELECT - Enum constant in enum class org.vaadin.addons.maplibre.DrawControl.DrawMode
 
DRAW_LINE_STRING - Enum constant in enum class org.vaadin.addons.maplibre.DrawControl.DrawMode
 
DRAW_POINT - Enum constant in enum class org.vaadin.addons.maplibre.DrawControl.DrawMode
 
DRAW_POLYGON - Enum constant in enum class org.vaadin.addons.maplibre.DrawControl.DrawMode
 
DrawControl - Class in org.vaadin.addons.maplibre
A "raw" Java API for mapbox-gl-draw control, that is compatible with maplibre.
DrawControl(MapLibre) - Constructor for class org.vaadin.addons.maplibre.DrawControl
 
DrawControl.DrawEventListener<T extends EventObject> - Interface in org.vaadin.addons.maplibre
 
DrawControl.DrawMode - Enum Class in org.vaadin.addons.maplibre
 
DrawControl.ModeChangeEvent - Class in org.vaadin.addons.maplibre
 

F

FillPaint - Class in org.vaadin.addons.maplibre
 
FillPaint(String, Double) - Constructor for class org.vaadin.addons.maplibre.FillPaint
 
fitTo(Geometry, double) - Method in class org.vaadin.addons.maplibre.MapLibre
 
flyTo(double, double, double) - Method in class org.vaadin.addons.maplibre.MapLibre
 
flyTo(Geometry, int) - Method in class org.vaadin.addons.maplibre.MapLibre
 

G

GeoJsonHelper - Class in org.vaadin.addons.maplibre
 
GeoJsonHelper() - Constructor for class org.vaadin.addons.maplibre.GeoJsonHelper
 
getAll() - Method in class org.vaadin.addons.maplibre.DrawControl
 
getCenter() - Method in class org.vaadin.addons.maplibre.MapLibre
 
getDrawMode() - Method in class org.vaadin.addons.maplibre.DrawControl.ModeChangeEvent
 
getFillColor() - Method in class org.vaadin.addons.maplibre.FillPaint
 
getFillOpacity() - Method in class org.vaadin.addons.maplibre.FillPaint
 
getGeometry() - Method in class org.vaadin.addons.maplibre.Layer
 
getLayer() - Method in class org.vaadin.addons.maplibre.MapLibre.MapClickEvent
 
getLineColor() - Method in class org.vaadin.addons.maplibre.LinePaint
 
getLineWidth() - Method in class org.vaadin.addons.maplibre.LinePaint
 
getMapStyle() - Method in class org.vaadin.addons.maplibre.MapLibre
 
getPoint() - Method in class org.vaadin.addons.maplibre.MapLibre.MapClickEvent
 
getVelocityContext() - Method in class org.vaadin.addons.maplibre.MapLibre
 
getZoomLevel() - Method in class org.vaadin.addons.maplibre.MapLibre
 

I

injectScript() - Method in class org.vaadin.addons.maplibre.DrawControl
 

J

js(String) - Method in class org.vaadin.addons.maplibre.MapLibre
 
js(String, Map<String, Object>) - Method in class org.vaadin.addons.maplibre.MapLibre
Executes given JS in the context of the map component, either right away, or right after initial loading is done.

L

Layer - Class in org.vaadin.addons.maplibre
 
LinePaint - Class in org.vaadin.addons.maplibre
 
LinePaint(String, Double) - Constructor for class org.vaadin.addons.maplibre.LinePaint
 
loadMapLibreJs() - Method in class org.vaadin.addons.maplibre.MapLibre
Loads the MapLibre JS library to the host page.

M

MapClickEvent(DomEvent) - Constructor for class org.vaadin.addons.maplibre.MapLibre.MapClickEvent
 
MapLibre - Class in org.vaadin.addons.maplibre
A Java/Vaadin API for MapLibre GL JS.
MapLibre(InputStream) - Constructor for class org.vaadin.addons.maplibre.MapLibre
 
MapLibre(String) - Constructor for class org.vaadin.addons.maplibre.MapLibre
 
MapLibre(URI) - Constructor for class org.vaadin.addons.maplibre.MapLibre
 
MapLibre.MapClickEvent - Class in org.vaadin.addons.maplibre
 
MapLibre.MapClickListener - Interface in org.vaadin.addons.maplibre
 
Marker - Class in org.vaadin.addons.maplibre
 
Marker.ClickListener - Interface in org.vaadin.addons.maplibre
 
ModeChangeEvent(DrawControl.DrawMode) - Constructor for class org.vaadin.addons.maplibre.DrawControl.ModeChangeEvent
 

O

onClick() - Method in interface org.vaadin.addons.maplibre.Marker.ClickListener
 
onClick(MapLibre.MapClickEvent) - Method in interface org.vaadin.addons.maplibre.MapLibre.MapClickListener
 
onEvent(T) - Method in interface org.vaadin.addons.maplibre.DrawControl.DrawEventListener
 
org.vaadin.addons.maplibre - package org.vaadin.addons.maplibre
 

R

remove() - Method in class org.vaadin.addons.maplibre.Layer
 
remove() - Method in class org.vaadin.addons.maplibre.Marker
 
removeLayer(Layer) - Method in class org.vaadin.addons.maplibre.MapLibre
 

S

setCenter(double, double) - Method in class org.vaadin.addons.maplibre.MapLibre
 
setMode(DrawControl.DrawMode) - Method in class org.vaadin.addons.maplibre.DrawControl
 
setZoomLevel(int) - Method in class org.vaadin.addons.maplibre.MapLibre
 
SIMPLE_SELECT - Enum constant in enum class org.vaadin.addons.maplibre.DrawControl.DrawMode
 

T

toJs(Coordinate) - Static method in class org.vaadin.addons.maplibre.GeoJsonHelper
 
toJs(Geometry) - Static method in class org.vaadin.addons.maplibre.GeoJsonHelper
 
toString() - Method in class org.vaadin.addons.maplibre.AbstractKebabCasedDto
 

V

valueOf(String) - Static method in enum class org.vaadin.addons.maplibre.DrawControl.DrawMode
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.vaadin.addons.maplibre.DrawControl.DrawMode
Returns an array containing the constants of this enum class, in the order they are declared.

W

withPopup(String) - Method in class org.vaadin.addons.maplibre.Marker
 
A D F G I J L M O R S T V W 
All Classes and Interfaces|All Packages|Serialized Form