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.coordsMethods in gov.nasa.worldwind.geom.coords that return UPSCoord Modifier and Type Method Description static UPSCoordUPSCoord. fromLatLon(Angle latitude, Angle longitude)Create a set of UPS coordinates from a pair of latitude and longitude for a WGS84 globe.static UPSCoordUPSCoord. fromLatLon(Angle latitude, Angle longitude, Globe globe)Create a set of UPS coordinates from a pair of latitude and longitude for the givenGlobe.static UPSCoordUPSCoord. fromUPS(java.lang.String hemisphere, double easting, double northing, Globe globe)Create a set of UPS coordinates for the givenGlobe.static UPSCoordUPSCoord. fromUTM(java.lang.String hemisphere, double easting, double northing)Create a set of UPS coordinates for a WGS84 globe.
 
-