Package | Description |
---|---|
gov.nasa.worldwind.geom.coords |
Modifier and Type | Method and 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 given
Globe . |
static UPSCoord |
UPSCoord.fromUPS(java.lang.String hemisphere,
double easting,
double northing,
Globe globe)
Create a set of UPS coordinates for the given
Globe . |
static UPSCoord |
UPSCoord.fromUTM(java.lang.String hemisphere,
double easting,
double northing)
Create a set of UPS coordinates for a WGS84 globe.
|