125 Geoid(System::String^
name, System::String^ path,
126 bool cubic,
bool threadsafe);
152 void CacheArea(
double south,
double west,
double north,
double east);
225 property System::String^
DateTime { System::String^
get(); }
230 property System::String^
GeoidFile { System::String^
get(); }
236 property System::String^
GeoidName { System::String^
get(); }
280 property double Scale {
double get(); }
property System::String DateTime
property double CacheNorth
double ConvertHeight(double lat, double lon, double h, ConvertFlag d)
static System::String DefaultGeoidName()
property double MajorRadius
property double CacheSouth
property System::String Description
double Height(double lat, double lon)
property System::String GeoidFile
property System::String Interpolation
static System::String DefaultGeoidPath()
property System::String GeoidDirectory
property double CacheWest
Geoid(System::String^name, System::String^path, bool cubic, bool threadsafe)
const GeographicLib::Geoid * m_pGeoid
Annotation for function names.
property double CacheEast
property System::String GeoidName
void CacheArea(double south, double west, double north, double east)
property double Flattening
Looking up the height of the geoid above the ellipsoid.
.NET wrapper for GeographicLib::Geoid.