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() |
boolean |
hasM()
does the system have a Measure axis?
|
boolean |
hasZ()
Does the coordinate system have a Vertical or Z axis?
|
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 axisCoordinateSystempublic boolean hasZ()
CoordinateSystemhasZ in class CoordinateSystem<G3DM>public boolean hasM()
CoordinateSystemhasM in class CoordinateSystem<G3DM>Copyright © 2021 geolatte.org. All rights reserved.