Package org.geotiff.image
Class KeyMap
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- org.geotiff.image.KeyMap
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,Object>
public class KeyMap extends Properties
TheKeyMap
represents the two-way mapping between a single set of GeoTIFF codes and their symbolic string names. TheKeyRegistry
keeps track of all of these.- See Also:
KeyRegistry
, Serialized Form
-
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getProperty2(String key)
Gets property from key; if value starts with a $ it is an alias to another property.-
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
-
-
-
Constructor Detail
-
KeyMap
public KeyMap()
Empty Constructor for serialization
-
KeyMap
public KeyMap(String resourceName) throws IOException
Constructor for named resource file- Throws:
IOException
-
-