1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
# 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.'}
QgsExifTools.GeoTagDetails.__group__ = ['raster']
except (NameError, AttributeError):
pass
try:
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)
QgsExifTools.__group__ = ['raster']
except (NameError, AttributeError):
pass
|