42 static QVariantMap readTags(
const QString &imagePath );
48 static QVariant readTag(
const QString &imagePath,
const QString &key );
60 static QgsPoint getGeoTag(
const QString &imagePath,
bool &ok
SIP_OUT );
67 Q_INVOKABLE
static bool hasGeoTag(
const QString &imagePath );
79 : elevation( std::numeric_limits< double >::quiet_NaN() )
110 static bool tagImage(
const QString &imagePath,
const QString &tag,
const QVariant &value );
A class to represent a 2D point.
Point geometry type, with support for z-dimension and m-values.