C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GeodeticCurve ( double ellipsoidalDistance, Angle azimuth, Angle reverseAzimuth ) : System.Text

Create a new GeodeticCurve.

ToString ( ) : string

Get curve as a string.

Описание методов

GeodeticCurve() публичный Метод

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
Результат System.Text

ToString() публичный Метод

Get curve as a string.
public ToString ( ) : string
Результат string