Uses of Class
org.geotiff.image.KeyMap

Packages that use KeyMap
org.geotiff.image   
 

Uses of KeyMap in org.geotiff.image
 

Methods in org.geotiff.image that return KeyMap
static KeyMap KeyRegistry.getKeyMap(java.lang.String name)
           
 

Methods in org.geotiff.image with parameters of type KeyMap
static void KeyRegistry.addKeyMap(java.lang.String name, KeyMap map)