Uses of Class
org.gavaghan.geodesy.GeodeticCurve

Uses of GeodeticCurve in org.gavaghan.geodesy
 

Subclasses of GeodeticCurve in org.gavaghan.geodesy
 class GeodeticMeasurement
          This is the outcome of a three dimensional geodetic calculation.
 

Methods in org.gavaghan.geodesy that return GeodeticCurve
 GeodeticCurve GeodeticCalculator.calculateGeodeticCurve(Ellipsoid ellipsoid, GlobalCoordinates start, GlobalCoordinates end)
          Calculate the geodetic curve between two points on a specified reference ellipsoid.
 

Constructors in org.gavaghan.geodesy with parameters of type GeodeticCurve
GeodeticMeasurement(GeodeticCurve averageCurve, double elevationChange)
          Creates a new instance of GeodeticMeasurement.