Skip navigation links
A C E F G H O S T W 

A

Angle - Class in org.gavaghan.geodesy
Utility methods for dealing with angles.
ANS - Static variable in class org.gavaghan.geodesy.Ellipsoid
The ANS ellipsoid.

C

calculateEndingGlobalCoordinates(Ellipsoid, GlobalCoordinates, double, double, double[]) - Method in class org.gavaghan.geodesy.GeodeticCalculator
Calculate the destination and final bearing after traveling a specified distance, and a specified starting bearing, for an initial location.
calculateEndingGlobalCoordinates(Ellipsoid, GlobalCoordinates, double, double) - Method in class org.gavaghan.geodesy.GeodeticCalculator
Calculate the destination after traveling a specified distance, and a specified starting bearing, for an initial location.
calculateGeodeticCurve(Ellipsoid, GlobalCoordinates, GlobalCoordinates) - Method in class org.gavaghan.geodesy.GeodeticCalculator
Calculate the geodetic curve between two points on a specified reference ellipsoid.
calculateGeodeticMeasurement(Ellipsoid, GlobalPosition, GlobalPosition) - Method in class org.gavaghan.geodesy.GeodeticCalculator
Calculate the three dimensional geodetic measurement between two positions measured in reference to a specified ellipsoid.
Clarke1858 - Static variable in class org.gavaghan.geodesy.Ellipsoid
The Clarke1858 ellipsoid.
Clarke1880 - Static variable in class org.gavaghan.geodesy.Ellipsoid
The Clarke1880 ellipsoid.
compareTo(GlobalCoordinates) - Method in class org.gavaghan.geodesy.GlobalCoordinates
Compare these coordinates to another set of coordiates.
compareTo(GlobalPosition) - Method in class org.gavaghan.geodesy.GlobalPosition
Compare this position to another.

E

Ellipsoid - Class in org.gavaghan.geodesy
Encapsulation of an ellipsoid, and declaration of common reference ellipsoids.
equals(Object) - Method in class org.gavaghan.geodesy.GlobalCoordinates
Compare these coordinates to another object for equality.
equals(Object) - Method in class org.gavaghan.geodesy.GlobalPosition
Compare this position to another object for equality.

F

fromAAndF(double, double) - Static method in class org.gavaghan.geodesy.Ellipsoid
Build an Ellipsoid from the semi major axis measurement and the flattening.
fromAAndInverseF(double, double) - Static method in class org.gavaghan.geodesy.Ellipsoid
Build an Ellipsoid from the semi major axis measurement and the inverse flattening.

G

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.

H

hashCode() - Method in class org.gavaghan.geodesy.GlobalCoordinates
Get a hash code for these coordinates.
hashCode() - Method in class org.gavaghan.geodesy.GlobalPosition
Get a hash code for this position.

O

org.gavaghan.geodesy - package org.gavaghan.geodesy
 

S

setElevation(double) - Method in class org.gavaghan.geodesy.GlobalPosition
Set the elevation.
setLatitude(double) - Method in class org.gavaghan.geodesy.GlobalCoordinates
Set latitude.
setLongitude(double) - Method in class org.gavaghan.geodesy.GlobalCoordinates
Set longitude.
Sphere - Static variable in class org.gavaghan.geodesy.Ellipsoid
A spherical "ellipsoid".

T

toDegrees(double) - Static method in class org.gavaghan.geodesy.Angle
Convert radians to degrees.
toRadians(double) - Static method in class org.gavaghan.geodesy.Angle
Convert degrees to radians.
toString() - Method in class org.gavaghan.geodesy.GeodeticCurve
Get curve as a string.
toString() - Method in class org.gavaghan.geodesy.GeodeticMeasurement
Get the GeodeticMeasurement as a string.
toString() - Method in class org.gavaghan.geodesy.GlobalCoordinates
Get coordinates as a string.
toString() - Method in class org.gavaghan.geodesy.GlobalPosition
Get position as a string.

W

WGS72 - Static variable in class org.gavaghan.geodesy.Ellipsoid
The WGS72 ellipsoid.
WGS84 - Static variable in class org.gavaghan.geodesy.Ellipsoid
The WGS84 ellipsoid.
A C E F G H O S T W 
Skip navigation links

Copyright © 2016. All rights reserved.