public class StraightLineAxis extends CoordinateSystemAxis
| Constructor and Description |
|---|
StraightLineAxis(String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
int normalOrder,
Unit unit) |
StraightLineAxis(String axisName,
CoordinateSystemAxisDirection coordinateSystemAxisDirection,
LinearUnit unit)
Creates an instance.
|
equals, getAxisDirection, getAxisName, getNormalOrder, getUnit, hashCode, mkLatAxis, mkLonAxis, mkXAxis, mkYAxis, mkZAxis, toStringpublic StraightLineAxis(String axisName, CoordinateSystemAxisDirection coordinateSystemAxisDirection, LinearUnit unit)
axisName - the name for this axiscoordinateSystemAxisDirection - the direction for this axisunit - the unit of this axispublic StraightLineAxis(String axisName, CoordinateSystemAxisDirection coordinateSystemAxisDirection, int normalOrder, Unit unit)
Copyright © 2021 geolatte.org. All rights reserved.