public class KeyMap
extends java.util.Properties
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.KeyRegistry
,
Serialized FormConstructor and Description |
---|
KeyMap()
Empty Constructor for serialization
|
KeyMap(java.lang.String resourceName)
Constructor for named resource file
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProperty2(java.lang.String key)
Gets property from key; if value starts with a $
it is an alias to another property.
|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames