public class Angle extends Object
| Constructor and Description |
|---|
Angle() |
| Modifier and Type | Method and Description |
|---|---|
static double |
parse(String text)
Parses a text representation of a degree angle in various formats.
|
public static double parse(String text) throws NumberFormatException
AngleFormat,
as in the following examples:
123.12 -123.12 123.12W 123d44m44.555s 123d44'44.555" 123d44mN
text - NumberFormatExceptionCopyright © 2022. All rights reserved.