Interface GeoMap
- All Known Implementing Classes:
CertLeafletMapController,LeafletMapController
public interface GeoMap
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidaddIcons(Collection<Icon> icons) voidaddLayer(WMSLayerDescriptor layer) voidvoidvoidlonggetIcons()voidregisterEventCallback(Consumer<MapCallbackEvent> callback) voidremoveEventCallback(Consumer<MapCallbackEvent> callback) booleanremoveIcon(Icon icon) voidremoveIcons(Collection<Icon> icons) voidremoveShape(GeoShape shape) voidsetPolygonGeoJSON(String geoJSON) voidshow()
-
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
-