Uses of Class
org.openstreetmap.josm.data.projection.UTM.Hemisphere

Packages that use UTM.Hemisphere
org.openstreetmap.josm.data.projection   
org.openstreetmap.josm.gui.preferences.projection   
 

Uses of UTM.Hemisphere in org.openstreetmap.josm.data.projection
 

Fields in org.openstreetmap.josm.data.projection declared as UTM.Hemisphere
private static UTM.Hemisphere UTM.DEFAULT_HEMISPHERE
           
private  UTM.Hemisphere UTM.hemisphere
           
 

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

Constructors in org.openstreetmap.josm.data.projection with parameters of type UTM.Hemisphere
UTM(int zone, UTM.Hemisphere hemisphere)
           
 

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

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



JOSM