Class KeyMap

All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class KeyMap extends Properties
The KeyMap represents the two-way mapping between a single set of GeoTIFF codes and their symbolic string names. The KeyRegistry keeps track of all of these.
See Also:
  • Constructor Details

    • KeyMap

      public KeyMap()
      Empty Constructor for serialization
    • KeyMap

      public KeyMap(String resourceName) throws IOException
      Constructor for named resource file
      Throws:
      IOException
  • Method Details

    • getProperty2

      public String getProperty2(String key)
      Gets property from key; if value starts with a $ it is an alias to another property. The method is non-recursive, and only follows one level of indirection.
      Parameters:
      key - the symbolic key to resolve