| java.util.Properties org.geotiff.image.KeyMap
KeyMap | public class KeyMap extends Properties (Code) | | 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: KeyRegistry |
KeyMap | public KeyMap()(Code) | | Empty Constructor for serialization
|
getCode | int getCode(String key)(Code) | | Gets integer code from named key
Parameters: key - the symbolic key to resolve |
getKey | String getKey(int code)(Code) | | Gets primary string key from code value.
Parameters: code - the numeric code to lookup. |
getProperty2 | public String getProperty2(String key)(Code) | | 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 |
|
|