Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Method and Description |
---|---|
CoordinateSystemAxisDirection |
CoordinateSystemAxis.getAxisDirection() |
static CoordinateSystemAxisDirection |
CoordinateSystemAxisDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateSystemAxisDirection[] |
CoordinateSystemAxisDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<CoordinateSystemAxisDirection> |
CoordinateSystem.getAxisDirections()
Returns a list of all the directions of this systems
|
Constructor and Description |
---|
StraightLineAxis(String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
int normalOrder,
Unit unit) |
StraightLineAxis(String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
LinearUnit unit)
Creates an instance.
|
VerticalStraightLineAxis(String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
LinearUnit unit) |
Copyright © 2022 geolatte.org. All rights reserved.