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, hashCode
public EllipsoidalCoordinateSystem3D(EllipsoidalAxis first, EllipsoidalAxis second, StraightLineAxis heightAxis)
public Class<G3D> getPositionClass()
getPositionClass
in class CoordinateSystem<G3D>
public CoordinateSystem<G3DM> merge(OneDimensionCoordinateSystem<?> coordinateSystem)
CoordinateSystem
merge
in class CoordinateSystem<G3D>
coordinateSystem
- the system to merge withCoordinateSystem
public CoordinateSystem<G3DM> extend(CoordinateSystemAxis axis)
CoordinateSystem
extend
in class CoordinateSystem<G3D>
axis
- the additional axisCoordinateSystem
Copyright © 2023 geolatte.org. All rights reserved.