18 #ifndef QGSCOORDINATEUTILS_H
19 #define QGSCOORDINATEUTILS_H
26 #include "qgis_core.h"
42 class CORE_EXPORT QgsCoordinateUtils
93 Q_INVOKABLE
static double dmsToDecimal(
const QString &
string,
bool *ok =
nullptr,
bool *isEasting =
nullptr );
101 Q_INVOKABLE
static double degreeToDecimal(
const QString &
string,
bool *ok =
nullptr,
bool *isEasting =
nullptr );
108 #endif //QGSCOORDINATEUTILS_H