Uses of Class
gov.nasa.worldwind.geom.coords.UTMCoord
- 
Packages that use UTMCoord Package Description gov.nasa.worldwind.geom.coords 
- 
- 
Uses of UTMCoord in gov.nasa.worldwind.geom.coordsMethods in gov.nasa.worldwind.geom.coords that return UTMCoord Modifier and Type Method Description static UTMCoordUTMCoord. fromLatLon(Angle latitude, Angle longitude)Create a set of UTM coordinates from a pair of latitude and longitude for a WGS84 globe.static UTMCoordUTMCoord. fromLatLon(Angle latitude, Angle longitude, Globe globe)Create a set of UTM coordinates from a pair of latitude and longitude for the givenGlobe.static UTMCoordUTMCoord. fromLatLon(Angle latitude, Angle longitude, java.lang.String datum)static UTMCoordUTMCoord. fromUTM(int zone, java.lang.String hemisphere, double easting, double northing)Create a set of UTM coordinates for a WGS84 globe.static UTMCoordUTMCoord. fromUTM(int zone, java.lang.String hemisphere, double easting, double northing, Globe globe)Create a set of UTM coordinates for the givenGlobe.
 
-