- GeodeticCalculator - Class in org.gavaghan.geodesy
-
Implementation of Thaddeus Vincenty's algorithms to solve the direct and
inverse geodetic problems.
- GeodeticCalculator() - Constructor for class org.gavaghan.geodesy.GeodeticCalculator
-
- GeodeticCurve - Class in org.gavaghan.geodesy
-
This is the outcome of a geodetic calculation.
- GeodeticCurve(double, double, double) - Constructor for class org.gavaghan.geodesy.GeodeticCurve
-
Create a new GeodeticCurve.
- GeodeticMeasurement - Class in org.gavaghan.geodesy
-
This is the outcome of a three dimensional geodetic calculation.
- GeodeticMeasurement(double, double, double, double) - Constructor for class org.gavaghan.geodesy.GeodeticMeasurement
-
Creates a new instance of GeodeticMeasurement.
- GeodeticMeasurement(GeodeticCurve, double) - Constructor for class org.gavaghan.geodesy.GeodeticMeasurement
-
Creates a new instance of GeodeticMeasurement.
- getAzimuth() - Method in class org.gavaghan.geodesy.GeodeticCurve
-
Get the azimuth.
- getElevation() - Method in class org.gavaghan.geodesy.GlobalPosition
-
Get elevation.
- getElevationChange() - Method in class org.gavaghan.geodesy.GeodeticMeasurement
-
Get the elevation change.
- getEllipsoidalDistance() - Method in class org.gavaghan.geodesy.GeodeticCurve
-
Get the ellipsoidal distance.
- getFlattening() - Method in class org.gavaghan.geodesy.Ellipsoid
-
Get flattening ratio.
- getInverseFlattening() - Method in class org.gavaghan.geodesy.Ellipsoid
-
Get inverse flattening ratio.
- getLatitude() - Method in class org.gavaghan.geodesy.GlobalCoordinates
-
Get latitude.
- getLongitude() - Method in class org.gavaghan.geodesy.GlobalCoordinates
-
Get longitude.
- getPointToPointDistance() - Method in class org.gavaghan.geodesy.GeodeticMeasurement
-
Get the point-to-point distance.
- getReverseAzimuth() - Method in class org.gavaghan.geodesy.GeodeticCurve
-
Get the reverse azimuth.
- getSemiMajorAxis() - Method in class org.gavaghan.geodesy.Ellipsoid
-
Get semi-major axis.
- getSemiMinorAxis() - Method in class org.gavaghan.geodesy.Ellipsoid
-
Get semi-minor axis.
- GlobalCoordinates - Class in org.gavaghan.geodesy
-
Encapsulation of latitude and longitude coordinates on a globe.
- GlobalCoordinates(double, double) - Constructor for class org.gavaghan.geodesy.GlobalCoordinates
-
Construct a new GlobalCoordinates.
- GlobalPosition - Class in org.gavaghan.geodesy
-
Encapsulates a three dimensional location on a globe (GlobalCoordinates
combined with an elevation in meters above a reference ellipsoid).
- GlobalPosition(double, double, double) - Constructor for class org.gavaghan.geodesy.GlobalPosition
-
Creates a new instance of GlobalPosition.
- GlobalPosition(GlobalCoordinates, double) - Constructor for class org.gavaghan.geodesy.GlobalPosition
-
Creates a new instance of GlobalPosition.
- GRS67 - Static variable in class org.gavaghan.geodesy.Ellipsoid
-
The GRS67 ellipsoid.
- GRS80 - Static variable in class org.gavaghan.geodesy.Ellipsoid
-
The GRS80 ellipsoid.