Go to the documentation of this file.    1 using namespace System;
 
    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 ) );
 
 
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)
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
static constexpr double lon0
Exception class for NETGeographicLib.
int main(array< System::String ^> ^)
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)
.NET Wrapper for GeographicLib::AlbersEqualArea.
gtsam
Author(s): 
autogenerated on Wed May 28 2025 03:01:16