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