C# Class Gavaghan.Geodesy.GeodeticCurve

This is the outcome of a geodetic calculation. It represents the path and ellipsoidal distance between two GlobalCoordinates for a specified reference ellipsoid.
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Méthode Description
GeodeticCurve ( double ellipsoidalDistance, Angle azimuth, Angle reverseAzimuth ) : System.Text

Create a new GeodeticCurve.

ToString ( ) : string

Get curve as a string.

Method Details

GeodeticCurve() public méthode

Create a new GeodeticCurve.
public GeodeticCurve ( double ellipsoidalDistance, Angle azimuth, Angle reverseAzimuth ) : System.Text
ellipsoidalDistance double ellipsoidal distance in meters
azimuth Angle azimuth in degrees
reverseAzimuth Angle reverse azimuth in degrees
Résultat System.Text

ToString() public méthode

Get curve as a string.
public ToString ( ) : string
Résultat string