public class EllipsoidalCoordinateSystem3DM extends CoordinateSystem<G3DM>
| Constructor and Description |
|---|
EllipsoidalCoordinateSystem3DM(EllipsoidalAxis first,
EllipsoidalAxis second,
StraightLineAxis heightAxis,
MeasureStraightLineAxis other) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem<?> |
extend(CoordinateSystemAxis axis)
Create a new coordinate system with the axes of this system plus the specified axis
|
Class<G3DM> |
getPositionClass() |
CoordinateSystem<?> |
merge(OneDimensionCoordinateSystem<?> coordinateSystem)
Create a coordinate system that merges this instance with the specified system
|
equals, getAxes, getAxis, getAxisDirections, getAxisForComponentIndex, getAxisIndex, getAxisNormalOrder, getAxisUnit, getCoordinateDimension, hashCodepublic EllipsoidalCoordinateSystem3DM(EllipsoidalAxis first, EllipsoidalAxis second, StraightLineAxis heightAxis, MeasureStraightLineAxis other)
public Class<G3DM> getPositionClass()
getPositionClass in class CoordinateSystem<G3DM>public CoordinateSystem<?> merge(OneDimensionCoordinateSystem<?> coordinateSystem)
CoordinateSystemmerge in class CoordinateSystem<G3DM>coordinateSystem - the system to merge withCoordinateSystempublic CoordinateSystem<?> extend(CoordinateSystemAxis axis)
CoordinateSystemextend in class CoordinateSystem<G3DM>axis - the additional axisCoordinateSystemCopyright © 2018 geolatte.org. All rights reserved.