| Package | Description |
|---|---|
| org.jscience.geography.coordinates |
Provides linear or angular
quantities which
designate the position that a point occupies in a given reference frame or system. |
| Modifier and Type | Field and Description |
|---|---|
static ProjectedCRS<UTM> |
UTM.CRS
Holds the coordinate reference system for all instances of this class.
|
| Modifier and Type | Method and Description |
|---|---|
UTM |
UTM.copy() |
static UTM |
UTM.latLongToUps(LatLong latLong,
ReferenceEllipsoid ellipsoid)
Converts latitude/longitude coordinates to UPS coordinates based on
the specified reference ellipsoid.
|
static UTM |
UTM.latLongToUtm(LatLong latLong,
ReferenceEllipsoid ellipsoid)
Converts latitude/longitude coordinates to UTM coordinates based on
the specified reference ellipsoid.
|
static UTM |
UTM.valueOf(int longitudeZone,
char latitudeZone,
double easting,
double northing,
Unit<Length> unit)
Returns the projected UTM position corresponding to the specified
coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
ProjectedCRS<UTM> |
UTM.getCoordinateReferenceSystem() |
| Modifier and Type | Method and Description |
|---|---|
static LatLong |
UTM.upsToLatLong(UTM ups,
ReferenceEllipsoid ellipsoid)
Converts the UPS coordinates to latitude/longitude coordinates,
based on the specified reference ellipsoid.
|
static LatLong |
UTM.utmToLatLong(UTM utm,
ReferenceEllipsoid ellipsoid)
Converts the UTM coordinates to latitude/longitude coordinates,
based on the specified reference ellipsoid.
|