Package | Description |
---|---|
org.geotools.measure |
Measures (like angles) and their
formatter.
|
Modifier and Type | Class and Description |
---|---|
class |
Latitude
A latitude angle.
|
class |
Longitude
A longitude angle.
|
Modifier and Type | Method and Description |
---|---|
Angle |
AngleFormat.parse(String source)
Parses a string as an angle.
|
Angle |
AngleFormat.parse(String source,
ParsePosition pos)
Parses a string as an angle.
|
Angle |
AngleFormat.parseObject(String source)
Parses a string as an object.
|
Angle |
AngleFormat.parseObject(String source,
ParsePosition pos)
Parses a substring as an angle.
|
Modifier and Type | Method and Description |
---|---|
int |
Angle.compareTo(Angle that)
Compares two
Angle objects numerically. |
Copyright © 1996–2019 Geotools. All rights reserved.