| java.lang.Object org.geotools.measure.Units
Units | final public class Units (Code) | | A set of units to use in addition of
SI and
NonSI .
since: 2.1 version: $Id: Units.java 20874 2006-08-07 10:00:01Z jgarnett $ author: Desruisseaux |
Field Summary | |
final public static Unit | DEGREE_MINUTE_SECOND Pseudo-unit for degree - minute - second. | final public static Unit | PPM Parts per million. | final public static Unit | SEXAGESIMAL_DMS Pseudo-unit for sexagesimal degree. |
DEGREE_MINUTE_SECOND | final public static Unit DEGREE_MINUTE_SECOND(Code) | | Pseudo-unit for degree - minute - second. Numbers in this pseudo-unit has the following
format:
signed degrees (integer) - arc-minutes (integer) - arc-seconds
(real, any precision).
This unit is non-linear and not pratical for computation. Consequently, it should be
avoid as much as possible. Unfortunatly, this pseudo-unit is extensively used in the
EPSG database (code 9107).
|
PPM | final public static Unit PPM(Code) | | Parts per million.
|
SEXAGESIMAL_DMS | final public static Unit SEXAGESIMAL_DMS(Code) | | Pseudo-unit for sexagesimal degree. Numbers in this pseudo-unit has the following format:
sign - degrees - decimal point - minutes (two digits) - integer seconds (two digits) -
fraction of seconds (any precision).
This unit is non-linear and not pratical for computation. Consequently, it should be
avoid as much as possible. Unfortunatly, this pseudo-unit is extensively used in the
EPSG database (code 9110).
|
|
|