Class ParameterUtil
- java.lang.Object
-
- org.meteoinfo.projection.proj4j.parser.ParameterUtil
-
public class ParameterUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static AngleFormatformat
-
Constructor Summary
Constructors Constructor Description ParameterUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static doubleparseAngle(java.lang.String s)Deprecated.
-
-
-
Field Detail
-
format
public static final AngleFormat format
-
-
Method Detail
-
parseAngle
public static double parseAngle(java.lang.String s)
Deprecated.- Parameters:
s- Angle string- Returns:
- Angle double value
- See Also:
Angle.parse(String)
-
-