8 lat1 = 40 + 58/60.0, lat2 = 39 + 56/60.0,
13 Constants::WGS84::Flattening,
17 double lat = 39.95,
lon = -75.17;
20 Console::WriteLine( String::Format(
"X: {0} Y: {1}", x, y ) );
24 double x = 220e3,
y = -53e3;
27 Console::WriteLine( String::Format(
"Latitude: {0} Longitude: {1}", lat, lon ) );
31 Console::WriteLine( String::Format(
"Caught exception: {0}", e->Message ) );
Exception class for NETGeographicLib.
void Forward(double lon0, double lat, double lon, [System::Runtime::InteropServices::Out] double% x, [System::Runtime::InteropServices::Out] double% y, [System::Runtime::InteropServices::Out] double% gamma, [System::Runtime::InteropServices::Out] double% k)
int main(array< System::String ^> ^)
.NET Wrapper for GeographicLib::AlbersEqualArea.
Array< double, 1, 3 > e(1./3., 0.5, 2.)
set noclip points set clip one set noclip two set bar set border lt lw set xdata set ydata set zdata set x2data set y2data set boxwidth set dummy x
void Reverse(double lon0, double x, double y, [System::Runtime::InteropServices::Out] double% lat, [System::Runtime::InteropServices::Out] double% lon, [System::Runtime::InteropServices::Out] double% gamma, [System::Runtime::InteropServices::Out] double% k)