Class DegreeUnit
- java.lang.Object
-
- org.meteoinfo.projection.proj4j.units.Unit
-
- org.meteoinfo.projection.proj4j.units.DegreeUnit
-
public class DegreeUnit extends Unit
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.meteoinfo.projection.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)
-