Uses of Class
org.gavaghan.geodesy.GeodeticCurve
Packages that use GeodeticCurve
-
Uses of GeodeticCurve in org.gavaghan.geodesy
Subclasses of GeodeticCurve in org.gavaghan.geodesyModifier and TypeClassDescriptionclassThis is the outcome of a three dimensional geodetic calculation.Methods in org.gavaghan.geodesy that return GeodeticCurveModifier and TypeMethodDescriptionGeodeticCalculator.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 GeodeticCurveModifierConstructorDescriptionGeodeticMeasurement(GeodeticCurve averageCurve, double elevationChange) Creates a new instance of GeodeticMeasurement.