Package | Description |
---|---|
org.apache.sis.measure |
Modifier and Type | Class and Description |
---|---|
class |
Latitude
A latitude angle in decimal degrees.
|
class |
Longitude
A longitude angle in decimal degrees.
|
Modifier and Type | Method and Description |
---|---|
Angle |
AngleFormat.parse(String source)
Parses the given string as an angle.
|
Angle |
AngleFormat.parse(String source,
ParsePosition pos)
Parses the given string as an angle.
|
Modifier and Type | Method and Description |
---|---|
int |
Angle.compareTo(Angle that)
Compares two
Angle objects numerically. |
Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.