C# 클래스 AsterixDisplayAnalyser.GeodeticCurve

파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 메소드들

메소드 설명
GeodeticCurve ( double ellipsoidalDistance, System.Angle azimuth, System.Angle reverseAzimuth ) : System

Create a new GeodeticCurve.

ToString ( ) : string

Get curve as a string.

메소드 상세

GeodeticCurve() 공개 메소드

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
리턴 System

ToString() 공개 메소드

Get curve as a string.
public ToString ( ) : string
리턴 string