public class CartesianCoordinateSystem3DM extends CoordinateSystem<C3DM>
| Constructor and Description |
|---|
CartesianCoordinateSystem3DM(StraightLineAxis firstAxis,
StraightLineAxis secondAxis,
VerticalStraightLineAxis thirdAxis,
MeasureStraightLineAxis fourthAxis) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem<?> |
extend(CoordinateSystemAxis axis)
Create a new coordinate system with the axes of this system plus the specified axis
|
Class<C3DM> |
getPositionClass() |
boolean |
hasM()
does the system have a Measure axis?
|
boolean |
hasZ()
Does the coordinate system have a Vertical or Z axis?
|
CoordinateSystem<?> |
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 CartesianCoordinateSystem3DM(StraightLineAxis firstAxis, StraightLineAxis secondAxis, VerticalStraightLineAxis thirdAxis, MeasureStraightLineAxis fourthAxis)
public Class<C3DM> getPositionClass()
getPositionClass in class CoordinateSystem<C3DM>public CoordinateSystem<?> merge(OneDimensionCoordinateSystem<?> coordinateSystem)
CoordinateSystemmerge in class CoordinateSystem<C3DM>coordinateSystem - the system to merge withCoordinateSystempublic CoordinateSystem<?> extend(CoordinateSystemAxis axis)
CoordinateSystemextend in class CoordinateSystem<C3DM>axis - the additional axisCoordinateSystempublic boolean hasZ()
CoordinateSystemhasZ in class CoordinateSystem<C3DM>public boolean hasM()
CoordinateSystemhasM in class CoordinateSystem<C3DM>Copyright © 2021 geolatte.org. All rights reserved.