Class representing a rhumbline originating from a given position and with given bearing.
More...
|
| RhumbLine (Rhumb rh, double lat1, double lon1, double azi12, bool exact) |
| Constructor of a rhumbline.
|
|
void | GenPosition (double s12, uint outmask, out double lat2, out double lon2, out double S12) |
| Computes target position at a given distance.
|
|
Class representing a rhumbline originating from a given position and with given bearing.
◆ RhumbLine()
TPG.GeoUnits.RhumbLine.RhumbLine |
( |
Rhumb |
rh, |
|
|
double |
lat1, |
|
|
double |
lon1, |
|
|
double |
azi12, |
|
|
bool |
exact |
|
) |
| |
|
inline |
Constructor of a rhumbline.
- Parameters
-
rh | the rhumb object corresponding to a given ellipsoid |
lat1 | originating latitude (degrees) |
lon1 | originating longitude (degrees) |
azi12 | constant bearing |
exact | use elliptic integrals in Kruger expansions |
◆ GenPosition()
void TPG.GeoUnits.RhumbLine.GenPosition |
( |
double |
s12, |
|
|
uint |
outmask, |
|
|
out double |
lat2, |
|
|
out double |
lon2, |
|
|
out double |
S12 |
|
) |
| |
|
inline |
Computes target position at a given distance.
- Parameters
-
s12 | distance from origin |
outmask | output mask |
lat2 | target latitude (degrees) |
lon2 | target longitude (degrees) |
S12 | unused |
The documentation for this class was generated from the following file:
- Src/Libraries/Teleplan.C4IS.Geo/Loxodrome.cs