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