Interface GeoMap

All Known Implementing Classes:
CertLeafletMapController, LeafletMapController

public interface GeoMap
  • Method Details

    • clearIcons

      void clearIcons()
    • getIcons

      Set<Icon> getIcons()
    • addIcon

      boolean addIcon(Icon icon)
    • removeIcon

      boolean removeIcon(Icon icon)
    • addIcons

      void addIcons(Collection<Icon> icons)
    • removeIcons

      void removeIcons(Collection<Icon> icons)
    • getIconCount

      long getIconCount()
    • addLayer

      void addLayer(WMSLayerDescriptor layer)
    • addShape

      void addShape(GeoShape shape)
    • removeShape

      void removeShape(GeoShape shape)
    • fitViewToActiveShapes

      void fitViewToActiveShapes()
    • registerEventCallback

      void registerEventCallback(Consumer<MapCallbackEvent> callback)
    • removeEventCallback

      void removeEventCallback(Consumer<MapCallbackEvent> callback)
    • show

      void show()
    • getPolygonGeoJSON

      String getPolygonGeoJSON()
    • setPolygonGeoJSON

      void setPolygonGeoJSON(String geoJSON)