public class GeodeticCurve extends Object implements Serializable
| Constructor and Description |
|---|
GeodeticCurve(double ellipsoidalDistance,
double azimuth,
double reverseAzimuth)
Create a new GeodeticCurve.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAzimuth()
Get the azimuth.
|
double |
getEllipsoidalDistance()
Get the ellipsoidal distance.
|
double |
getReverseAzimuth()
Get the reverse azimuth.
|
String |
toString()
Get curve as a string.
|
public GeodeticCurve(double ellipsoidalDistance,
double azimuth,
double reverseAzimuth)
ellipsoidalDistance - ellipsoidal distance in metersazimuth - azimuth in degreesreverseAzimuth - reverse azimuth in degreespublic double getEllipsoidalDistance()
public double getAzimuth()
public double getReverseAzimuth()
Copyright © 2016. All rights reserved.