C# Класс Gavaghan.Geodesy.GeodeticMeasurement

This is the outcome of a three dimensional geodetic calculation. It represents the path a between two GlobalPositions for a specified reference ellipsoid.
Показать файл Открыть проект

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

Метод Описание
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