Interface GeoMap
- All Known Implementing Classes:
CertLeafletMapController
,LeafletMapController
public interface GeoMap
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
addIcons
(Collection<Icon> icons) void
addLayer
(WMSLayerDescriptor layer) void
void
void
long
getIcons()
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
show()
-
Method Details
-
clearIcons
void clearIcons() -
getIcons
-
addIcon
-
removeIcon
-
addIcons
-
removeIcons
-
getIconCount
long getIconCount() -
addLayer
-
addShape
-
removeShape
-
fitViewToActiveShapes
void fitViewToActiveShapes() -
registerEventCallback
-
removeEventCallback
-
show
void show() -
getPolygonGeoJSON
String getPolygonGeoJSON() -
setPolygonGeoJSON
-