Class CertLeafletMapController
java.lang.Object
gov.llnl.gnem.apps.coda.calibration.gui.plotting.CertLeafletMapController
- All Implemented Interfaces:
GeoMap
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
addIcons
(Collection<Icon> icons) void
addLayer
(WMSLayerDescriptor layer) void
void
boolean
void
long
getIcons()
int
hashCode()
void
void
registerEventCallback
(Consumer<MapCallbackEvent> callback) void
removeEventCallback
(Consumer<MapCallbackEvent> callback) boolean
removeIcon
(Icon icon) void
removeIcons
(Collection<Icon> icons) void
removeShape
(GeoShape shape) void
replaceIcons
(List<Icon> oldIcons, List<Icon> newIcons) void
setEventIconsActive
(List<Event> events) void
setEventIconsInActive
(List<Event> events) void
setPolygonGeoJSON
(String geoJSON) void
show()
toString()
-
Method Details
-
initialize
public void initialize() -
replaceIcons
-
setEventIconsActive
-
setEventIconsInActive
-
show
public void show() -
getIconCount
public long getIconCount()- Specified by:
getIconCount
in interfaceGeoMap
-
clearIcons
public void clearIcons()- Specified by:
clearIcons
in interfaceGeoMap
-
getIcons
-
addLayer
-
addIcon
-
removeIcon
- Specified by:
removeIcon
in interfaceGeoMap
-
addIcons
-
removeIcons
- Specified by:
removeIcons
in interfaceGeoMap
-
addShape
-
removeShape
- Specified by:
removeShape
in interfaceGeoMap
-
fitViewToActiveShapes
public void fitViewToActiveShapes()- Specified by:
fitViewToActiveShapes
in interfaceGeoMap
-
registerEventCallback
- Specified by:
registerEventCallback
in interfaceGeoMap
-
removeEventCallback
- Specified by:
removeEventCallback
in interfaceGeoMap
-
getPolygonGeoJSON
- Specified by:
getPolygonGeoJSON
in interfaceGeoMap
-
setPolygonGeoJSON
- Specified by:
setPolygonGeoJSON
in interfaceGeoMap
-
hashCode
public int hashCode() -
equals
-
toString
-