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