Class Unit
java.lang.Object
org.locationtech.proj4j.units.Unit
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DegreeUnit
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final NumberFormatstatic final int(package private) static final longdoublestatic final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
ANGLE_UNIT
public static final int ANGLE_UNIT- See Also:
-
LENGTH_UNIT
public static final int LENGTH_UNIT- See Also:
-
AREA_UNIT
public static final int AREA_UNIT- See Also:
-
VOLUME_UNIT
public static final int VOLUME_UNIT- See Also:
-
name
-
plural
-
abbreviation
-
value
public double value -
format
-
-
Constructor Details
-
Unit
-
-
Method Details
-
toBase
public double toBase(double n) -
fromBase
public double fromBase(double n) -
parse
- Throws:
NumberFormatException
-
format
-
format
-
format
-
format
-
toString
-
equals
-
hashCode
-