Package org.locationtech.proj4j.units
Class DegreeUnit
- java.lang.Object
-
- org.locationtech.proj4j.units.Unit
-
- org.locationtech.proj4j.units.DegreeUnit
-
- All Implemented Interfaces:
java.io.Serializable
public class DegreeUnit extends Unit
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static AngleFormatformat(package private) static longserialVersionUID-
Fields inherited from class org.locationtech.proj4j.units.Unit
abbreviation, ANGLE_UNIT, AREA_UNIT, LENGTH_UNIT, name, plural, value, VOLUME_UNIT
-
-
Constructor Summary
Constructors Constructor Description DegreeUnit()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringformat(double n)java.lang.Stringformat(double n, boolean abbrev)java.lang.Stringformat(double x, double y, boolean abbrev)doubleparse(java.lang.String s)
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
format
private static AngleFormat format
-
-