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 AngleFormat
format
(package private) static long
serialVersionUID
-
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.String
format(double n)
java.lang.String
format(double n, boolean abbrev)
java.lang.String
format(double x, double y, boolean abbrev)
double
parse(java.lang.String s)
-
-
-
Field Detail
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
format
private static AngleFormat format
-
-