C# Class AsterixDisplayAnalyser.GeodeticCurve

Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Méthodes publiques

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

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, System.Angle azimuth, System.Angle reverseAzimuth ) : System
ellipsoidalDistance double ellipsoidal distance in meters
azimuth System.Angle azimuth in degrees
reverseAzimuth System.Angle reverse azimuth in degrees
Résultat System

ToString() public méthode

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