Class StaticHtmlLeafletMap

java.lang.Object
gov.llnl.gnem.apps.coda.common.mapping.StaticHtmlLeafletMap

public class StaticHtmlLeafletMap extends Object
  • Constructor Details

    • StaticHtmlLeafletMap

      public StaticHtmlLeafletMap()
  • Method Details

    • clearIcons

      public void clearIcons()
    • addIcon

      public boolean addIcon(Icon icon)
    • removeIcon

      public boolean removeIcon(Icon icon)
    • addIcons

      public void addIcons(Collection<Icon> icons)
    • removeIcons

      public void removeIcons(Collection<Icon> icons)
    • addShape

      public void addShape(GeoShape shape)
    • removeShape

      public void removeShape(GeoShape shape)
    • setBounds

      public void setBounds(GeoBox bounds)
    • addLayer

      public void addLayer(WMSLayerDescriptor layer)
    • activateWmsLayer

      public void activateWmsLayer(String layerName)
    • getHtml

      public String getHtml()
    • addLayerToMap

      public String addLayerToMap(WMSLayerDescriptor layer)
    • setTitle

      public StaticHtmlLeafletMap setTitle(String title)
    • setPlotScale

      public StaticHtmlLeafletMap setPlotScale(Boolean plotScale)
    • subtractValueFromEventIconSize

      public void subtractValueFromEventIconSize(Double value)
    • setEventLegendScaleValues

      public void setEventLegendScaleValues(double[] eventLegendSizes)
    • getIcons

      public Set<Icon> getIcons()
    • getShapes

      public Set<GeoShape> getShapes()
    • getLayers

      public Set<WMSLayerDescriptor> getLayers()
    • getTitle

      public String getTitle()
    • getBounds

      public GeoBox getBounds()
    • getPlotScale

      public Boolean getPlotScale()
    • getEventLegendSizes

      public double[] getEventLegendSizes()