|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gavaghan.geodesy.GeodeticCurve
public class GeodeticCurve
This is the outcome of a geodetic calculation. It represents the path and ellipsoidal distance between two GlobalCoordinates for a specified reference ellipsoid.
Constructor Summary | |
---|---|
GeodeticCurve(double ellipsoidalDistance,
double azimuth,
double reverseAzimuth)
Create a new GeodeticCurve. |
Method Summary | |
---|---|
double |
getAzimuth()
Get the azimuth. |
double |
getEllipsoidalDistance()
Get the ellipsoidal distance. |
double |
getReverseAzimuth()
Get the reverse azimuth. |
java.lang.String |
toString()
Get curve as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeodeticCurve(double ellipsoidalDistance, double azimuth, double reverseAzimuth)
ellipsoidalDistance
- ellipsoidal distance in metersazimuth
- azimuth in degreesreverseAzimuth
- reverse azimuth in degreesMethod Detail |
---|
public double getEllipsoidalDistance()
public double getAzimuth()
public double getReverseAzimuth()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |