QGIS/python/core/auto_additions/qgsexiftools.py
Nyall Dawson 3f481b568e Record header subfolders as __group__ attribute in PyQGIS classes
This will allow us to logically create subgroups for PyQGIS modules
in the API reference guide
2024-08-17 20:13:12 +10:00

20 lines
765 B
Python

# The following has been generated automatically from src/core/raster/qgsexiftools.h
try:
QgsExifTools.GeoTagDetails.__attribute_docs__ = {'elevation': 'GPS elevation, or NaN if elevation is not available.'}
except NameError:
pass
QgsExifTools.readTags = staticmethod(QgsExifTools.readTags)
QgsExifTools.readTag = staticmethod(QgsExifTools.readTag)
QgsExifTools.getGeoTag = staticmethod(QgsExifTools.getGeoTag)
QgsExifTools.hasGeoTag = staticmethod(QgsExifTools.hasGeoTag)
QgsExifTools.geoTagImage = staticmethod(QgsExifTools.geoTagImage)
QgsExifTools.tagImage = staticmethod(QgsExifTools.tagImage)
try:
QgsExifTools.__group__ = ['raster']
except NameError:
pass
try:
QgsExifTools.GeoTagDetails.__group__ = ['raster']
except NameError:
pass