Class KeyMap
- All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>
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:
-
Field Summary
Fields inherited from class Properties
defaults -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty2(String key) Gets property from key; if value starts with a $ it is an alias to another property.Methods inherited from class 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 Details
-
KeyMap
public KeyMap()Empty Constructor for serialization -
KeyMap
Constructor for named resource file- Throws:
IOException
-
-
Method Details
-
getProperty2
-