| Package | Description |
|---|---|
| org.apache.sis.measure |
| Modifier and Type | Class and Description |
|---|---|
class |
ElevationAngle
The angular height of an object measured from the horizontal plane.
|
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–2015 The Apache Software Foundation. All rights reserved.