Package | Description |
---|---|
org.geotools.referencing.cs |
Coordinate systems implementation.
|
Modifier and Type | Method and Description |
---|---|
static DirectionAlongMeridian |
DirectionAlongMeridian.parse(AxisDirection direction)
Returns the dimension along meridian for the specified axis direction, or
null if
none. |
static DirectionAlongMeridian |
DirectionAlongMeridian.parse(String name)
If the specified name is a direction along some specific meridian, returns information about
that.
|
Modifier and Type | Method and Description |
---|---|
double |
DirectionAlongMeridian.getAngle(DirectionAlongMeridian other)
Returns the arithmetic (counterclockwise) angle from this direction to the specified
direction, in decimal degrees.
|
Copyright © 1996–2019 Geotools. All rights reserved.