Uses of Class
org.openstreetmap.josm.data.projection.proj.TransverseMercator.Hemisphere
-
Packages that use TransverseMercator.Hemisphere Package Description org.openstreetmap.josm.data.projection.proj Provides the classes for JOSM map projections implementations.org.openstreetmap.josm.gui.preferences.projection Provides classes for handling projection preferences. -
-
Uses of TransverseMercator.Hemisphere in org.openstreetmap.josm.data.projection.proj
Methods in org.openstreetmap.josm.data.projection.proj that return TransverseMercator.Hemisphere Modifier and Type Method Description static TransverseMercator.Hemisphere
TransverseMercator.Hemisphere. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransverseMercator.Hemisphere[]
TransverseMercator.Hemisphere. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.data.projection.proj that return types with arguments of type TransverseMercator.Hemisphere Modifier and Type Method Description static Pair<Integer,TransverseMercator.Hemisphere>
TransverseMercator. locateUtmZone(LatLon ll)
Determines the UTM zone of a given lat/lon. -
Uses of TransverseMercator.Hemisphere in org.openstreetmap.josm.gui.preferences.projection
Fields in org.openstreetmap.josm.gui.preferences.projection declared as TransverseMercator.Hemisphere Modifier and Type Field Description private static TransverseMercator.Hemisphere
UTMProjectionChoice. DEFAULT_HEMISPHERE
private TransverseMercator.Hemisphere
UTMProjectionChoice. hemisphere
-