16 #ifndef QGSEXIFTOOLS_H 
   17 #define QGSEXIFTOOLS_H 
   19 #include "qgis_analysis.h" 
   25 #include <QVariantMap> 
   39     static QVariantMap readTags( 
const QString &imagePath );
 
   52     static QgsPoint getGeoTag( 
const QString &imagePath, 
bool &ok 
SIP_OUT );
 
   59     Q_INVOKABLE 
static bool hasGeoTag( 
const QString &imagePath );
 
   71           : elevation( std::numeric_limits< double >::quiet_NaN() )
 
A class to represent a 2D point.
Point geometry type, with support for z-dimension and m-values.