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 )
 
  139         m_pGeoCoords->SetAltZone(zone);
 
  185 { 
return m_pGeoCoords->AltConvergence(); }