public class CartesianCoordinateSystem2DM extends CoordinateSystem<C2DM>
LinearCoordinateSystemAxis
Created by Karel Maesen, Geovise BVBA on 28/11/14.| Constructor and Description |
|---|
CartesianCoordinateSystem2DM(StraightLineAxis firstAxis,
StraightLineAxis secondAxis,
MeasureStraightLineAxis thirdAxis) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem<C3DM> |
extend(CoordinateSystemAxis axis)
Create a new coordinate system with the axes of this system plus the specified axis
|
Class<C2DM> |
getPositionClass() |
boolean |
hasM()
does the system have a Measure axis?
|
boolean |
hasZ()
Does the coordinate system have a Vertical or Z axis?
|
CoordinateSystem<C3DM> |
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 CartesianCoordinateSystem2DM(StraightLineAxis firstAxis, StraightLineAxis secondAxis, MeasureStraightLineAxis thirdAxis)
public Class<C2DM> getPositionClass()
getPositionClass in class CoordinateSystem<C2DM>public CoordinateSystem<C3DM> merge(OneDimensionCoordinateSystem<?> coordinateSystem)
CoordinateSystemmerge in class CoordinateSystem<C2DM>coordinateSystem - the system to merge withCoordinateSystempublic CoordinateSystem<C3DM> extend(CoordinateSystemAxis axis)
CoordinateSystemextend in class CoordinateSystem<C2DM>axis - the additional axisCoordinateSystempublic boolean hasZ()
CoordinateSystemhasZ in class CoordinateSystem<C2DM>public boolean hasM()
CoordinateSystemhasM in class CoordinateSystem<C2DM>Copyright © 2023 geolatte.org. All rights reserved.