NASA World Wind

Uses of Class
gov.nasa.worldwind.geom.coords.UTMCoord

Packages that use UTMCoord
gov.nasa.worldwind.geom.coords   
 

Uses of UTMCoord in gov.nasa.worldwind.geom.coords
 

Methods in gov.nasa.worldwind.geom.coords that return UTMCoord
static UTMCoord UTMCoord.fromLatLon(Angle latitude, Angle longitude)
          Create a set of UTM coordinates from a pair of latitude and longitude for a WGS84 globe.
static UTMCoord UTMCoord.fromLatLon(Angle latitude, Angle longitude, Globe globe)
          Create a set of UTM coordinates from a pair of latitude and longitude for the given Globe.
static UTMCoord UTMCoord.fromUTM(int zone, char hemisphere, double easting, double northing)
          Create a set of UTM coordinates for a WGS84 globe.
static UTMCoord UTMCoord.fromUTM(int zone, char hemisphere, double easting, double northing, Globe globe)
          Create a set of UTM coordinates for the given Globe.
 


NASA World Wind