public class CoordinateSystemAxis extends Object
CoordinateSystem.| Constructor and Description |
|---|
CoordinateSystemAxis(String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
Unit unit)
Creates an instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
CoordinateSystemAxisDirection |
getAxisDirection() |
String |
getAxisName()
Returns the name of this axis.
|
Unit |
getUnit() |
int |
hashCode() |
String |
toString() |
public CoordinateSystemAxis(String axisName, CoordinateSystemAxisDirection coordinateSystemAxisDirection, Unit unit)
axisName - the name for this axiscoordinateSystemAxisDirection - the direction for this axisunit - the unit of this axispublic String getAxisName()
public CoordinateSystemAxisDirection getAxisDirection()
public Unit getUnit()
Copyright © 2015 geolatte.org. All rights reserved.