public class CartesianCoordinateSystem2D extends CoordinateSystem<C2D>
A Cartesian coordinate system is a coordinate system which gives the position of points relative to orthogonal straight axes. All axes shall have the same unit of measure.
Created by Karel Maesen, Geovise BVBA on 28/11/14.Constructor and Description |
---|
CartesianCoordinateSystem2D(StraightLineAxis first,
StraightLineAxis second)
Constructs an instance
|
Modifier and Type | Method and Description |
---|---|
CoordinateSystem<? extends C2D> |
extend(CoordinateSystemAxis axis)
Create a new coordinate system with the axes of this system plus the specified axis
|
Class<C2D> |
getPositionClass() |
CoordinateSystem<? extends C2D> |
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 CartesianCoordinateSystem2D(StraightLineAxis first, StraightLineAxis second)
first
- the first axissecond
- the second axispublic Class<C2D> getPositionClass()
getPositionClass
in class CoordinateSystem<C2D>
public CoordinateSystem<? extends C2D> merge(OneDimensionCoordinateSystem<?> coordinateSystem)
CoordinateSystem
merge
in class CoordinateSystem<C2D>
coordinateSystem
- the system to merge withCoordinateSystem
public CoordinateSystem<? extends C2D> extend(CoordinateSystemAxis axis)
CoordinateSystem
extend
in class CoordinateSystem<C2D>
axis
- the additional axisCoordinateSystem
Copyright © 2024 geolatte.org. All rights reserved.