public class EllipsoidalCoordinateSystem3D extends CoordinateSystem<G3D>
| Constructor and Description |
|---|
EllipsoidalCoordinateSystem3D(EllipsoidalAxis first,
EllipsoidalAxis second,
StraightLineAxis heightAxis) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem<G3DM> |
extend(CoordinateSystemAxis axis)
Create a new coordinate system with the axes of this system plus the specified axis
|
Class<G3D> |
getPositionClass() |
CoordinateSystem<G3DM> |
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 EllipsoidalCoordinateSystem3D(EllipsoidalAxis first, EllipsoidalAxis second, StraightLineAxis heightAxis)
public Class<G3D> getPositionClass()
getPositionClass in class CoordinateSystem<G3D>public CoordinateSystem<G3DM> merge(OneDimensionCoordinateSystem<?> coordinateSystem)
CoordinateSystemmerge in class CoordinateSystem<G3D>coordinateSystem - the system to merge withCoordinateSystempublic CoordinateSystem<G3DM> extend(CoordinateSystemAxis axis)
CoordinateSystemextend in class CoordinateSystem<G3D>axis - the additional axisCoordinateSystemCopyright © 2018 geolatte.org. All rights reserved.