|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gavaghan.geodesy.GeodeticCurve
org.gavaghan.geodesy.GeodeticMeasurement
public class GeodeticMeasurement
This is the outcome of a three dimensional geodetic calculation. It represents the path a between two GlobalPositions for a specified reference ellipsoid.
Constructor Summary | |
---|---|
GeodeticMeasurement(double ellipsoidalDistance,
double azimuth,
double reverseAzimuth,
double elevationChange)
Creates a new instance of GeodeticMeasurement. |
|
GeodeticMeasurement(GeodeticCurve averageCurve,
double elevationChange)
Creates a new instance of GeodeticMeasurement. |
Method Summary | |
---|---|
double |
getElevationChange()
Get the elevation change. |
double |
getPointToPointDistance()
Get the point-to-point distance. |
java.lang.String |
toString()
Get the GeodeticMeasurement as a string. |
Methods inherited from class org.gavaghan.geodesy.GeodeticCurve |
---|
getAzimuth, getEllipsoidalDistance, getReverseAzimuth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GeodeticMeasurement(double ellipsoidalDistance, double azimuth, double reverseAzimuth, double elevationChange)
ellipsoidalDistance
- ellipsoidal distance in metersazimuth
- azimuth in degreesreverseAzimuth
- reverse azimuth in degreeselevationChange
- the change in elevation, in meters, going from the
starting point to the ending pointpublic GeodeticMeasurement(GeodeticCurve averageCurve, double elevationChange)
averageCurve
- average geodetic curveelevationChange
- the change in elevation, in meters, going from the
starting point to the ending pointMethod Detail |
---|
public double getElevationChange()
public double getPointToPointDistance()
public java.lang.String toString()
toString
in class GeodeticCurve
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |