QGIS/python/core/auto_additions/qgsprojutils.py
Nyall Dawson f21722a0f1 [sipify] Minor cleanup to auto additions
Condense injections into a single block instead of multiple
separate blocks
2024-09-09 16:56:29 +10:00

15 lines
881 B
Python

# The following has been generated automatically from src/core/proj/qgsprojutils.h
try:
QgsProjUtils.projVersionMajor = staticmethod(QgsProjUtils.projVersionMajor)
QgsProjUtils.projVersionMinor = staticmethod(QgsProjUtils.projVersionMinor)
QgsProjUtils.epsgRegistryVersion = staticmethod(QgsProjUtils.epsgRegistryVersion)
QgsProjUtils.epsgRegistryDate = staticmethod(QgsProjUtils.epsgRegistryDate)
QgsProjUtils.esriDatabaseVersion = staticmethod(QgsProjUtils.esriDatabaseVersion)
QgsProjUtils.esriDatabaseDate = staticmethod(QgsProjUtils.esriDatabaseDate)
QgsProjUtils.ignfDatabaseVersion = staticmethod(QgsProjUtils.ignfDatabaseVersion)
QgsProjUtils.ignfDatabaseDate = staticmethod(QgsProjUtils.ignfDatabaseDate)
QgsProjUtils.searchPaths = staticmethod(QgsProjUtils.searchPaths)
QgsProjUtils.__group__ = ['proj']
except NameError:
pass