Uses of Class
org.gavaghan.geodesy.GlobalCoordinates
Packages that use GlobalCoordinates
-
Uses of GlobalCoordinates in org.gavaghan.geodesy
Subclasses of GlobalCoordinates in org.gavaghan.geodesyModifier and TypeClassDescriptionclassEncapsulates a three dimensional location on a globe (GlobalCoordinates combined with an elevation in meters above a reference ellipsoid).Methods in org.gavaghan.geodesy that return GlobalCoordinatesModifier and TypeMethodDescriptionGeodeticCalculator.calculateEndingGlobalCoordinates(Ellipsoid ellipsoid, GlobalCoordinates start, double startBearing, double distance) Calculate the destination after traveling a specified distance, and a specified starting bearing, for an initial location.GeodeticCalculator.calculateEndingGlobalCoordinates(Ellipsoid ellipsoid, GlobalCoordinates start, double startBearing, double distance, double[] endBearing) Calculate the destination and final bearing after traveling a specified distance, and a specified starting bearing, for an initial location.Methods in org.gavaghan.geodesy with parameters of type GlobalCoordinatesModifier and TypeMethodDescriptionGeodeticCalculator.calculateEndingGlobalCoordinates(Ellipsoid ellipsoid, GlobalCoordinates start, double startBearing, double distance) Calculate the destination after traveling a specified distance, and a specified starting bearing, for an initial location.GeodeticCalculator.calculateEndingGlobalCoordinates(Ellipsoid ellipsoid, GlobalCoordinates start, double startBearing, double distance, double[] endBearing) Calculate the destination and final bearing after traveling a specified distance, and a specified starting bearing, for an initial location.GeodeticCalculator.calculateGeodeticCurve(Ellipsoid ellipsoid, GlobalCoordinates start, GlobalCoordinates end) Calculate the geodetic curve between two points on a specified reference ellipsoid.intGlobalCoordinates.compareTo(GlobalCoordinates other) Compare these coordinates to another set of coordiates.Constructors in org.gavaghan.geodesy with parameters of type GlobalCoordinatesModifierConstructorDescriptionGlobalPosition(GlobalCoordinates coords, double elevation) Creates a new instance of GlobalPosition. -
Uses of GlobalCoordinates in sec.geo
Methods in sec.geo that return GlobalCoordinatesModifier and TypeMethodDescriptionprotected GlobalCoordinatesGeoPath.toGlobalCoord(GeoPoint point)