Package | Description |
---|---|
javax.measure.quantity |
Provides quantitative properties or attributes of thing such as
mass, time, distance, heat, and angular separation.
|
javax.measure.unit |
Provides support for programatic unit handling.
|
org.jscience.geography.coordinates |
Provides linear or angular
quantities which
designate the position that a point occupies in a given reference frame or system. |
org.jscience.geography.coordinates.crs |
Provides the Coordinate Reference Systems (CRS) specifying how
coordinates are to
be assigned to spatial/temporal locations. |
Modifier and Type | Field and Description |
---|---|
static Unit<Angle> |
Angle.UNIT
Holds the SI unit (Système International d'Unités) for this quantity.
|
Modifier and Type | Field and Description |
---|---|
static Unit<Angle> |
NonSI.CENTIRADIAN
A unit of angle equal to
0.01
(standard name centiradian ). |
static Unit<Angle> |
NonSI.DEGREE_ANGLE
A unit of angle equal to
1/360
(standard name ° ). |
static Unit<Angle> |
NonSI.GRADE
A unit of angle measure equal to
1/400
(standard name grade ). |
static Unit<Angle> |
NonSI.MINUTE_ANGLE
A unit of angle equal to
1/60
(standard name ′ ). |
static AlternateUnit<Angle> |
SI.RADIAN
The unit for plane angle quantities (
rad ). |
static Unit<Angle> |
NonSI.REVOLUTION
A unit of angle equal to a full circle or
2π
(standard name rev ). |
static Unit<Angle> |
NonSI.SECOND_ANGLE
A unit of angle equal to
1/60
(standard name " ). |
Modifier and Type | Field and Description |
---|---|
static Measure<Integer,Angle> |
UTM.UTM_NORTHERN_LIMIT
The northern limit of the UTM grid.
|
static Measure<Integer,Angle> |
UTM.UTM_SOUTHERN_LIMIT
The southern limit of the UTM grid.
|
Modifier and Type | Method and Description |
---|---|
double |
LatLong.latitudeValue(Unit<Angle> unit)
Returns the latitude value as
double |
double |
LatLong.longitudeValue(Unit<Angle> unit)
Returns the longitude value as
double |
static LatLong |
LatLong.valueOf(double latitude,
double longitude,
Unit<Angle> unit)
Returns the surface position corresponding to the specified coordinates.
|
Modifier and Type | Field and Description |
---|---|
Measurable<Angle> |
CoordinateReferenceSystem.AbsolutePosition.latitudeWGS84
Holds the Geodetic Latitude (WGS84 Ellipsoid).
|
Measurable<Angle> |
CoordinateReferenceSystem.AbsolutePosition.longitudeWGS84
Holds the Geodetic Longitude (WGS84 Ellipsoid).
|
Modifier and Type | Method and Description |
---|---|
Measurable<Length> |
ReferenceEllipsoid.meridionalArc(Measurable<Angle> latitude)
Returns the meridional arc, the true meridional distance on the
ellipsoid from the equator to the specified latitude.
|
Measurable<Length> |
ReferenceEllipsoid.meridionalRadiusOfCurvature(Measurable<Angle> latitude)
Returns the radius of curvature in the meridian
for this reference ellipsoid at the specified latitude.
|
Measurable<Length> |
ReferenceEllipsoid.verticalRadiusOfCurvature(Measurable<Angle> latitude)
Returns the radius of curvature in the prime vertical
for this reference ellipsoid at the specified latitude.
|
Copyright © 2012. All Rights Reserved.