类 Angle
- java.lang.Object
-
- org.meteoinfo.projection.proj4j.units.Angle
-
public class Angle extends java.lang.Object
-
-
方法详细资料
-
parse
public static double parse(java.lang.String text) throws java.lang.NumberFormatExceptionParses a text representation of a degree angle in various formats. Formats include DMS and DD in the forms supported byAngleFormat, as in the following examples:123.12 -123.12 123.12W 123d44m44.555s 123d44'44.555" 123d44mN
- 参数:
text-- 返回:
- the value of the angle, in degrees
- 抛出:
java.lang.NumberFormatException
-
-