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() |
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, hashCode
public CartesianCoordinateSystem2DM(StraightLineAxis firstAxis, StraightLineAxis secondAxis, MeasureStraightLineAxis thirdAxis)
public Class<C2DM> getPositionClass()
getPositionClass
in class CoordinateSystem<C2DM>
public CoordinateSystem<C3DM> merge(OneDimensionCoordinateSystem<?> coordinateSystem)
CoordinateSystem
merge
in class CoordinateSystem<C2DM>
coordinateSystem
- the system to merge withCoordinateSystem
public CoordinateSystem<C3DM> extend(CoordinateSystemAxis axis)
CoordinateSystem
extend
in class CoordinateSystem<C2DM>
axis
- the additional axisCoordinateSystem
Copyright © 2018 geolatte.org. All rights reserved.