19 const char BADALLOC[] =
"Failed to allocate memory for a GeographicLib::GeoCoords";
24 if ( m_pGeoCoords !=
NULL )
38 catch ( std::bad_alloc )
51 catch ( std::bad_alloc )
55 catch (
const std::exception& err )
68 catch ( std::bad_alloc )
72 catch (
const std::exception& err )
85 catch ( std::bad_alloc )
89 catch (
const std::exception& err )
102 catch (
const std::exception& err )
115 catch (
const std::exception& err )
128 catch (
const std::exception& err )
System::String MGRSRepresentation(int prec)
Header for NETGeographicLib::NETGeographicLib objects.
Math::real Northing() const
Exception class for NETGeographicLib.
Math::real AltScale() const
static double Flattening()
std::string UTMUPSRepresentation(int prec=0, bool abbrev=true) const
Conversion between geographic coordinates.
Math::real AltEasting() const
Header for GeographicLib::GeoCoords class.
GeographicLib::GeoCoords * m_pGeoCoords
Header for NETGeographicLib::GeoCoords class.
Math::real Easting() const
std::string MGRSRepresentation(int prec=0) const
.NET wrapper for GeographicLib::GeoCoords.
Math::real AltNorthing() const
Math::real Longitude() const
void set(Container &c, Position position, const Value &value)
std::string AltMGRSRepresentation(int prec=0) const
std::string AltUTMUPSRepresentation(int prec=0, bool abbrev=true) const
System::String AltUTMUPSRepresentation(int prec, bool abbrev)
std::string GeoRepresentation(int prec=0, bool longfirst=false) const
Exception handling for GeographicLib.
static std::string ManagedToUnmanaged(System::String^ s)
std::string DMSRepresentation(int prec=0, bool longfirst=false, char dmssep=char(0)) const
Math::real Convergence() const
void Reset(System::String^ s, bool centerp, bool longfirst)
System::String GeoRepresentation(int prec, bool longfirst)
Math::real Latitude() const
void SetAltZone(int zone=UTMUPS::STANDARD) const
Math::real AltConvergence() const
System::String UTMUPSRepresentation(int prec, bool abbrev)
Header for NETGeographicLib::UTMUPS class.
Container::iterator get(Container &c, Position position)
System::String AltMGRSRepresentation(int prec)
void Reset(const std::string &s, bool centerp=true, bool longfirst=false)
static double MajorRadius()
System::String DMSRepresentation(int prec, bool longfirst, char dmssep)