mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
15 lines
931 B
Python
15 lines
931 B
Python
# The following has been generated automatically from src/server/qgsserverogcapi.h
|
|
QgsServerOgcApi.Rel.baseClass = QgsServerOgcApi
|
|
QgsServerOgcApi.ContentType.baseClass = QgsServerOgcApi
|
|
try:
|
|
QgsServerOgcApi.sanitizeUrl = staticmethod(QgsServerOgcApi.sanitizeUrl)
|
|
QgsServerOgcApi.relToString = staticmethod(QgsServerOgcApi.relToString)
|
|
QgsServerOgcApi.contentTypeToString = staticmethod(QgsServerOgcApi.contentTypeToString)
|
|
QgsServerOgcApi.contentTypeToStdString = staticmethod(QgsServerOgcApi.contentTypeToStdString)
|
|
QgsServerOgcApi.contentTypeToExtension = staticmethod(QgsServerOgcApi.contentTypeToExtension)
|
|
QgsServerOgcApi.contenTypeFromExtension = staticmethod(QgsServerOgcApi.contenTypeFromExtension)
|
|
QgsServerOgcApi.contentTypeFromExtension = staticmethod(QgsServerOgcApi.contentTypeFromExtension)
|
|
QgsServerOgcApi.mimeType = staticmethod(QgsServerOgcApi.mimeType)
|
|
except NameError:
|
|
pass
|