Class LeafletMap
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.plotting.LeafletMap
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
addIcons
(Collection<Icon> icons) void
addLayer
(WMSLayerDescriptor layer) void
addLayerToMap
(WMSLayerDescriptor layer) void
void
attach
(javafx.scene.layout.Pane parent) void
void
fitToBounds
(GeoBox bounds) void
long
getIcons()
javafx.scene.web.WebView
void
registerEventCallback
(Consumer<MapCallbackEvent> callback) void
removeEventCallback
(Consumer<MapCallbackEvent> callback) boolean
removeIcon
(Icon icon) void
removeIcons
(Collection<Icon> icons) void
removeShape
(GeoShape shape) void
setPolygonGeoJSON
(String geoJSON) void
setShowOverlay
(boolean showOverlay)
-
Constructor Details
-
LeafletMap
public LeafletMap()
-
-
Method Details
-
registerEventCallback
-
removeEventCallback
-
getIconCount
public long getIconCount() -
attach
public void attach(javafx.scene.layout.Pane parent) -
clearIcons
public void clearIcons() -
getIcons
-
addLayer
-
addLayerToMap
-
addIcon
-
removeIcon
-
addIcons
-
removeIcons
-
addShape
-
removeShape
-
fitViewToActiveShapes
public void fitViewToActiveShapes() -
getWebView
public javafx.scene.web.WebView getWebView() -
getSvgLayer
-
fitToBounds
-
getMapBounds
-
setShowOverlay
public void setShowOverlay(boolean showOverlay) -
hasVisibleTileLayers
-
getPolygonGeoJSON
-
setPolygonGeoJSON
-