7#ifndef COORD_UNITS_POLAR_THETA_H
8#define COORD_UNITS_POLAR_THETA_H
12extern const QChar THETA;
14enum CoordUnitsPolarTheta {
15 COORD_UNITS_POLAR_THETA_DEGREES,
16 COORD_UNITS_POLAR_THETA_DEGREES_MINUTES,
17 COORD_UNITS_POLAR_THETA_DEGREES_MINUTES_SECONDS,
18 COORD_UNITS_POLAR_THETA_DEGREES_MINUTES_SECONDS_NSEW,
19 COORD_UNITS_POLAR_THETA_GRADIANS,
20 COORD_UNITS_POLAR_THETA_RADIANS,
21 COORD_UNITS_POLAR_THETA_TURNS,
22 NUM_COORD_UNITS_POLAR_THETA
25extern QString coordUnitsPolarThetaToBriefType (CoordUnitsPolarTheta coordUnits);
26extern QString coordUnitsPolarThetaToString (CoordUnitsPolarTheta coordUnitsPolarTheta);