public class GeodeticMeasurement extends GeodeticCurve
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getElevationChange()
Get the elevation change.
|
double |
getPointToPointDistance()
Get the point-to-point distance.
|
String |
toString()
Get the GeodeticMeasurement as a string.
|
getAzimuth, getEllipsoidalDistance, getReverseAzimuthpublic 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 pointpublic double getElevationChange()
public double getPointToPointDistance()
public String toString()
toString in class GeodeticCurveCopyright © 2016. All rights reserved.