8 double lat = 33.3,
lon = 44.4;
11 c->
Reset(
"18TWN0050",
true,
false);
13 Console::WriteLine(String::Format(
"Latitude: {0} Longitude: {1}", c->
Latitude, c->
Longitude));
14 c->
Reset(
"1d38'W 55d30'N",
true,
false);
18 Console::WriteLine(String::Format(
"Caught exception: {0}", e->Message));
System::String MGRSRepresentation(int prec)
Exception class for NETGeographicLib.
property double Longitude
.NET wrapper for GeographicLib::GeoCoords.
Array< double, 1, 3 > e(1./3., 0.5, 2.)
int main(array< System::String^>^)
System::String GeoRepresentation(int prec, bool longfirst)
void Reset(System::String^s, bool centerp, bool longfirst)
System::String DMSRepresentation(int prec, bool longfirst, char dmssep)