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