Package | Description |
---|---|
org.geolatte.geom |
A model for geospatial geometries.
|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Method and Description |
---|---|
double |
Position.getCoordinate(CoordinateSystemAxis axis,
CoordinateReferenceSystem<?> crs)
Gets the coordinate value for the specified axis
|
Modifier and Type | Class and Description |
---|---|
class |
EllipsoidalAxis
Created by Karel Maesen, Geovise BVBA on 28/11/14.
|
class |
EllipsoidalHeightCSAXis
A coordinate system axis for ellipsoidal height, defined as the distance of a point from the ellipsoid measured along
the perpendicular from the ellipsoid to this point, positive if upwards or outside of the ellipsoid
Created by Karel Maesen, Geovise BVBA on 28/11/14.
|
class |
GeodeticLatitudeCSAxis
A coordinate system axis for geodetic latitude, defined as the angle from the equatorial plane to the perpendicular
to the ellipsoid through a given point, northwards treated as positive
Created by Karel Maesen, Geovise BVBA on 28/11/14.
|
class |
GeodeticLongitudeCSAxis
A coordinate system axis for geodetic longitude, defined as the angle from the prime meridian plane to the meridian
plane of a given point, eastward treated as positive
Created by Karel Maesen, Geovise BVBA on 28/11/14.
|
class |
MeasureStraightLineAxis
An axis for a
LinearCoordinateReferenceSystem
Created by Karel Maesen, Geovise BVBA on 29/11/14. |
class |
StraightLineAxis
A straight line axis for us in cartesian, vertical or linear coordinate systems
Created by Karel Maesen, Geovise BVBA on 28/11/14.
|
class |
VerticalStraightLineAxis
Created by Karel Maesen, Geovise BVBA on 29/11/14.
|
Modifier and Type | Method and Description |
---|---|
CoordinateSystemAxis[] |
CoordinateSystem.getAxes()
Returns the
CoordinateSystemAxes of this CoordinateSystem (in order). |
CoordinateSystemAxis |
OneDimensionCoordinateSystem.getAxis()
Returns the single axis in the coordinate system.
|
CoordinateSystemAxis |
CoordinateSystem.getAxis(int index)
Returns the
CoordinateSystemAxis at the specified position. |
CoordinateSystemAxis |
CoordinateReferenceSystem.getAxis(int idx)
Return the
CoordinateSystemAxes associated with this CoordinateReferenceSystem . |
CoordinateSystemAxis |
CoordinateSystem.getAxisForComponentIndex(int i)
Return the axis that corresponds to the i-th element in the coordinates for a
Position
in this CoordinateSystem . |
Modifier and Type | Method and Description |
---|---|
CoordinateSystem<?> |
CartesianCoordinateSystem3DM.extend(CoordinateSystemAxis axis) |
abstract CoordinateSystem<?> |
CoordinateSystem.extend(CoordinateSystemAxis axis)
Create a new coordinate system with the axes of this system plus the specified axis
|
CoordinateSystem<C3DM> |
CartesianCoordinateSystem3D.extend(CoordinateSystemAxis axis) |
CoordinateSystem<C3DM> |
CartesianCoordinateSystem2DM.extend(CoordinateSystemAxis axis) |
CoordinateSystem<? extends G2D> |
EllipsoidalCoordinateSystem2D.extend(CoordinateSystemAxis axis) |
CoordinateSystem<G3DM> |
EllipsoidalCoordinateSystem3D.extend(CoordinateSystemAxis axis) |
CoordinateSystem<?> |
EllipsoidalCoordinateSystem3DM.extend(CoordinateSystemAxis axis) |
CoordinateSystem<G3DM> |
EllipsoidalCoordinateSystem2DM.extend(CoordinateSystemAxis axis) |
CoordinateSystem<?> |
OneDimensionCoordinateSystem.extend(CoordinateSystemAxis axis) |
CoordinateSystem<? extends C2D> |
CartesianCoordinateSystem2D.extend(CoordinateSystemAxis axis) |
int |
CoordinateSystem.getAxisIndex(CoordinateSystemAxis axis)
Returns the position of the specified
CoordinateSystemAxis in this CoordinateSystem ,
or -1 if it is not an axis of this instance. |
int |
CoordinateReferenceSystem.getAxisIndex(CoordinateSystemAxis axis)
Returns the index of the specified axis in this
CoordinateReferenceSystem , or
-1 if it is not an axis of this system. |
Constructor and Description |
---|
CoordinateSystem(CoordinateSystemAxis... axes)
Constructs a
CoordinateSystem . |
Copyright © 2019 geolatte.org. All rights reserved.