Package hec.map

Class LayerSelectionFactory

java.lang.Object
hec.map.LayerSelectionFactory

public class LayerSelectionFactory extends Object
  • Constructor Details

    • LayerSelectionFactory

      public LayerSelectionFactory()
  • Method Details

    • addMapping

      public static void addMapping(String mapGlyphClass, String glyphSelectionClass)
      add a MapGlyph to Layer Glyph Selection the mapping.
      Parameters:
      mapGlyphClass - the classname of the MapGlyph
      glyphSelectionClass - the classname of the GlyphSelection
    • buildSelection

      public static Component buildSelection(JLayerSelectionParent parent, JFrame parentFrame, MapPanel panel, MapGlyph g)