public class LeafletComponentsHelper
extends java.lang.Object
Constructor and Description |
---|
LeafletComponentsHelper() |
Modifier and Type | Method and Description |
---|---|
static void |
applyLineStringStyle(AbstractLeafletVector feature,
PolylineStyle style)
Applies a polyline style to a leaflet polyline.
|
static void |
applyPointStyle(LMarker marker,
PointStyle pointStyle)
Applies a point style to a leaflet marker.
|
static void |
applyPolygonStyle(LPolygon polygon,
PolygonStyle style)
Applies a polygon style to a leaflet polygon.
|
static LHeatMapLayer |
buildHeatMap(java.util.Map<org.locationtech.jts.geom.Point,java.lang.Double> intensityMap,
HeatMapOptions heatMapOptions) |
static PopupState |
getPopupState(PopupWindowOptions popupWindowOptions)
Translates popup window options to a shared state object.
|
static TooltipState |
getTooltipState(TooltipOptions tooltipOptions)
Translates tooltip options to a shared state object.
|
public static PopupState getPopupState(PopupWindowOptions popupWindowOptions)
public static TooltipState getTooltipState(TooltipOptions tooltipOptions)
public static void applyPointStyle(LMarker marker, PointStyle pointStyle)
public static void applyLineStringStyle(AbstractLeafletVector feature, PolylineStyle style)
public static void applyPolygonStyle(LPolygon polygon, PolygonStyle style)
public static LHeatMapLayer buildHeatMap(java.util.Map<org.locationtech.jts.geom.Point,java.lang.Double> intensityMap, HeatMapOptions heatMapOptions)