8 Constants::WGS84::Flattening );
10 Console::WriteLine( String::Format(
11 "The latitude half way between the equator and the pole is {0}",
13 Console::WriteLine( String::Format(
14 "Half the area of the ellipsoid lies between latitudes +/- {0}",
16 Console::WriteLine( String::Format(
17 "The northernmost edge of a square Mercator map is at latitude {0}",
21 Console::WriteLine( String::Format(
"Caught exception: {0}", e->Message ) );
Exception class for NETGeographicLib.
double InverseIsometricLatitude(double psi)
double InverseAuthalicLatitude(double xi)
Array< double, 1, 3 > e(1./3., 0.5, 2.)
double InverseRectifyingLatitude(double mu)
.NET wrapper for GeographicLib::Ellipsoid.
int main(array< System::String^>^)