|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of GlobalCoordinates in org.gavaghan.geodesy |
---|
Subclasses of GlobalCoordinates in org.gavaghan.geodesy | |
---|---|
class |
GlobalPosition
Encapsulates 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 GlobalCoordinates | |
---|---|
GlobalCoordinates |
GeodeticCalculator.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. |
GlobalCoordinates |
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 GlobalCoordinates | |
---|---|
GlobalCoordinates |
GeodeticCalculator.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. |
GlobalCoordinates |
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. |
GeodeticCurve |
GeodeticCalculator.calculateGeodeticCurve(Ellipsoid ellipsoid,
GlobalCoordinates start,
GlobalCoordinates end)
Calculate the geodetic curve between two points on a specified reference ellipsoid. |
int |
GlobalCoordinates.compareTo(GlobalCoordinates other)
Compare these coordinates to another set of coordiates. |
Constructors in org.gavaghan.geodesy with parameters of type GlobalCoordinates | |
---|---|
GlobalPosition(GlobalCoordinates coords,
double elevation)
Creates a new instance of GlobalPosition. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |