7 #include "CoordSymbol.h"
8 #include "EngaugeAssert.h"
9 #include "FormatDegreesMinutesSecondsNonPolarTheta.h"
13 #include <QStringList>
21 bool isNsHemisphere)
const
23 LOG4CPP_INFO_S ((*mainCat)) <<
"FormatDegreesMinutesSecondsNonPolarTheta::formatOutput";
26 ENGAUGE_ASSERT (coordUnits != COORD_UNITS_NON_POLAR_THETA_DEGREES_MINUTES_SECONDS_NSEW);
29 case COORD_UNITS_NON_POLAR_THETA_DEGREES_MINUTES_SECONDS:
32 case COORD_UNITS_NON_POLAR_THETA_DEGREES_MINUTES_SECONDS_NSEW:
40 LOG4CPP_ERROR_S ((*mainCat)) <<
"FormatDegreesMinutesSecondsNonPolarTheta::formatOutput";
41 ENGAUGE_ASSERT (
false);