Uses of Class
org.openstreetmap.josm.gui.preferences.projection.UTMProjectionChoice.Hemisphere

Packages that use UTMProjectionChoice.Hemisphere
org.openstreetmap.josm.gui.preferences.projection   
 

Uses of UTMProjectionChoice.Hemisphere in org.openstreetmap.josm.gui.preferences.projection
 

Fields in org.openstreetmap.josm.gui.preferences.projection declared as UTMProjectionChoice.Hemisphere
private static UTMProjectionChoice.Hemisphere UTMProjectionChoice.DEFAULT_HEMISPHERE
           
private  UTMProjectionChoice.Hemisphere UTMProjectionChoice.hemisphere
           
 

Methods in org.openstreetmap.josm.gui.preferences.projection that return UTMProjectionChoice.Hemisphere
static UTMProjectionChoice.Hemisphere UTMProjectionChoice.Hemisphere.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UTMProjectionChoice.Hemisphere[] UTMProjectionChoice.Hemisphere.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



JOSM