C# 클래스 AsterixDisplayAnalyser.GeodeticMeasurement

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

공개 메소드들

메소드 설명
GeodeticMeasurement ( GeodeticCurve averageCurve, double elevationChange ) : System

Creates a new instance of GeodeticMeasurement.

ToString ( ) : string

Get the GeodeticMeasurement as a string

메소드 상세

GeodeticMeasurement() 공개 메소드

Creates a new instance of GeodeticMeasurement.
public GeodeticMeasurement ( GeodeticCurve averageCurve, double elevationChange ) : System
averageCurve GeodeticCurve the geodetic curve as measured at the average elevation between two points
elevationChange double the change in elevation, in meters, going from the starting point to the ending point
리턴 System

ToString() 공개 메소드

Get the GeodeticMeasurement as a string
public ToString ( ) : string
리턴 string