Home
last modified time | relevance | path

Searched refs:hemispheres_ (Results 1 – 4 of 4) sorted by relevance

/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DDMS.cpp22 const char* const DMS::hemispheres_ = "SNWE"; member in GeographicLib::DMS
163 if (i == 0 && Utility::lookup(hemispheres_, dmsa[pa]) >= 0) in Decode()
194 if (end > beg && (k = Utility::lookup(hemispheres_, dmsa[beg])) >= 0) { in InternalDecode()
199 if (end > beg && (k = Utility::lookup(hemispheres_, dmsa[end-1])) >= 0) { in InternalDecode()
483 s << hemispheres_[(ind == LATITUDE ? 0 : 2) + (sign < 0 ? 0 : 1)]; in Encode()
H A DMGRS.cpp17 const char* const MGRS::hemispheres_ = "SN"; member in GeographicLib::MGRS
231 "UPS " + Utility::str(hemispheres_[northp1])) in Reverse()
/dports/astro/geographiclib/GeographicLib-1.52/include/GeographicLib/
H A DMGRS.hpp77 static const char* const hemispheres_; member in GeographicLib::MGRS
H A DDMS.hpp104 static const char* const hemispheres_; member in GeographicLib::DMS