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