C# Class AsterixDisplayAnalyser.GeodeticCurve

Mostrar archivo Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Public Methods

Method 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 method

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
return System

ToString() public method

Get curve as a string.
public ToString ( ) : string
return string