Package | Description |
---|---|
org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Constructor and Description |
---|
EllipsoidalCoordinateSystem2D(EllipsoidalAxis first,
EllipsoidalAxis second) |
EllipsoidalCoordinateSystem2DM(EllipsoidalAxis first,
EllipsoidalAxis second,
MeasureStraightLineAxis other) |
EllipsoidalCoordinateSystem3D(EllipsoidalAxis first,
EllipsoidalAxis second,
StraightLineAxis heightAxis) |
EllipsoidalCoordinateSystem3DM(EllipsoidalAxis first,
EllipsoidalAxis second,
StraightLineAxis heightAxis,
MeasureStraightLineAxis other) |
Copyright © 2022 geolatte.org. All rights reserved.