Package | Description |
---|---|
org.apache.sis.measure | |
org.apache.sis.referencing.cs |
Coordinate System (CS) definitions as the set of coordinate system axes that spans the coordinate space.
|
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. |
Modifier and Type | Method and Description |
---|---|
static Angle |
CoordinateSystems.angle(AxisDirection source,
AxisDirection target)
Returns the arithmetic (counterclockwise) angle from the first axis direction to the second direction.
|
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.