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.coords
Methods in gov.nasa.worldwind.geom.coords that return UTMCoord Modifier and Type Method Description 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 givenGlobe
.static UTMCoord
UTMCoord. fromLatLon(Angle latitude, Angle longitude, java.lang.String datum)
static UTMCoord
UTMCoord. fromUTM(int zone, java.lang.String hemisphere, double easting, double northing)
Create a set of UTM coordinates for a WGS84 globe.static UTMCoord
UTMCoord. fromUTM(int zone, java.lang.String hemisphere, double easting, double northing, Globe globe)
Create a set of UTM coordinates for the givenGlobe
.
-