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.
显示文件 Open project: TNOCS/csTouch Class Usage Examples

Public Methods

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

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

ToString() public method

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