1 #include "CoordSymbol.h"
2 #include "EngaugeAssert.h"
3 #include "FormatDegreesMinutesSecondsNonPolarTheta.h"
9 const int DECIMAL_TO_MINUTES = 60.0;
10 const int DECIMAL_TO_SECONDS = 60.0;
18 bool isNsHemisphere)
const
20 LOG4CPP_INFO_S ((*mainCat)) <<
"FormatDegreesMinutesSecondsNonPolarTheta::formatOutput";
23 ENGAUGE_ASSERT (coordUnits != COORD_UNITS_NON_POLAR_THETA_DEGREES_MINUTES_SECONDS_NSEW);
26 case COORD_UNITS_NON_POLAR_THETA_DEGREES_MINUTES_SECONDS:
29 case COORD_UNITS_NON_POLAR_THETA_DEGREES_MINUTES_SECONDS_NSEW:
37 LOG4CPP_ERROR_S ((*mainCat)) <<
"FormatDegreesMinutesSecondsNonPolarTheta::formatOutput";
38 ENGAUGE_ASSERT (
false);