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