Class HMMapframe

    • Constructor Detail

      • HMMapframe

        public HMMapframe​(String title)
    • Method Detail

      • addLayer

        public void addLayer​(org.geotools.data.simple.SimpleFeatureCollection featureCollection)
      • setLayer

        public void setLayer​(org.geotools.data.simple.SimpleFeatureCollection featureCollection)
      • addLayer

        public void addLayer​(org.geotools.data.simple.SimpleFeatureCollection featureCollection,
                             org.geotools.styling.Style style)
      • setLayer

        public void setLayer​(org.geotools.data.simple.SimpleFeatureCollection featureCollection,
                             org.geotools.styling.Style style)
      • addLayer

        public void addLayer​(org.geotools.map.Layer layer)
      • removeLayer

        public void removeLayer​(org.geotools.map.Layer layer)
      • addLayerBottom

        public void addLayerBottom​(org.geotools.map.Layer layer)
      • setLayer

        public void setLayer​(org.geotools.map.Layer layer)
      • getLayers

        public List<org.geotools.map.Layer> getLayers()
      • openFrame

        public static HMMapframe openFrame​(boolean exitOnClose)
        Opens a new frame to which layers can be added for fast visualization of data.
        Parameters:
        exitOnClose -
        Returns:
        the map frame.
      • main

        public static void main​(String[] args)