Package org.geolatte.geom.crs
Class EllipsoidalCoordinateSystem3D
- java.lang.Object
-
- org.geolatte.geom.crs.CoordinateSystem<G3D>
-
- org.geolatte.geom.crs.EllipsoidalCoordinateSystem3D
-
public class EllipsoidalCoordinateSystem3D extends CoordinateSystem<G3D>
Created by Karel Maesen, Geovise BVBA on 28/11/14.
-
-
Constructor Summary
Constructors Constructor Description EllipsoidalCoordinateSystem3D(EllipsoidalAxis first, EllipsoidalAxis second, StraightLineAxis heightAxis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CoordinateSystem<G3DM>extend(CoordinateSystemAxis axis)Create a new coordinate system with the axes of this system plus the specified axisClass<G3D>getPositionClass()booleanhasM()does the system have a Measure axis?booleanhasZ()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-
Methods inherited from class org.geolatte.geom.crs.CoordinateSystem
equals, getAxes, getAxis, getAxisDirections, getAxisForComponentIndex, getAxisIndex, getAxisNormalOrder, getAxisUnit, getCoordinateDimension, hashCode
-
-
-
-
Constructor Detail
-
EllipsoidalCoordinateSystem3D
public EllipsoidalCoordinateSystem3D(EllipsoidalAxis first, EllipsoidalAxis second, StraightLineAxis heightAxis)
-
-
Method Detail
-
getPositionClass
public Class<G3D> getPositionClass()
- Specified by:
getPositionClassin classCoordinateSystem<G3D>
-
merge
public CoordinateSystem<G3DM> merge(OneDimensionCoordinateSystem<?> coordinateSystem)
Description copied from class:CoordinateSystemCreate a coordinate system that merges this instance with the specified system- Specified by:
mergein classCoordinateSystem<G3D>- Parameters:
coordinateSystem- the system to merge with- Returns:
- a new
CoordinateSystem
-
extend
public CoordinateSystem<G3DM> extend(CoordinateSystemAxis axis)
Description copied from class:CoordinateSystemCreate a new coordinate system with the axes of this system plus the specified axis- Specified by:
extendin classCoordinateSystem<G3D>- Parameters:
axis- the additional axis- Returns:
- a new
CoordinateSystem
-
hasZ
public boolean hasZ()
Description copied from class:CoordinateSystemDoes the coordinate system have a Vertical or Z axis?- Specified by:
hasZin classCoordinateSystem<G3D>- Returns:
-
hasM
public boolean hasM()
Description copied from class:CoordinateSystemdoes the system have a Measure axis?- Specified by:
hasMin classCoordinateSystem<G3D>- Returns:
-
-