2023-12-07 10:38:10 +01:00
|
|
|
# The following has been generated automatically from src/server/qgsserverogcapi.h
|
2023-12-07 11:24:08 +01:00
|
|
|
QgsServerOgcApi.alternate = QgsServerOgcApi.Rel.alternate
|
|
|
|
QgsServerOgcApi.describedBy = QgsServerOgcApi.Rel.describedBy
|
|
|
|
QgsServerOgcApi.collection = QgsServerOgcApi.Rel.collection
|
|
|
|
QgsServerOgcApi.item = QgsServerOgcApi.Rel.item
|
|
|
|
QgsServerOgcApi.self = QgsServerOgcApi.Rel.self
|
|
|
|
QgsServerOgcApi.service_desc = QgsServerOgcApi.Rel.service_desc
|
|
|
|
QgsServerOgcApi.service_doc = QgsServerOgcApi.Rel.service_doc
|
|
|
|
QgsServerOgcApi.prev = QgsServerOgcApi.Rel.prev
|
|
|
|
QgsServerOgcApi.next = QgsServerOgcApi.Rel.next
|
|
|
|
QgsServerOgcApi.license = QgsServerOgcApi.Rel.license
|
|
|
|
QgsServerOgcApi.items = QgsServerOgcApi.Rel.items
|
|
|
|
QgsServerOgcApi.conformance = QgsServerOgcApi.Rel.conformance
|
|
|
|
QgsServerOgcApi.data = QgsServerOgcApi.Rel.data
|
2023-12-07 10:38:10 +01:00
|
|
|
QgsServerOgcApi.Rel.baseClass = QgsServerOgcApi
|
2023-12-07 11:24:08 +01:00
|
|
|
QgsServerOgcApi.GEOJSON = QgsServerOgcApi.ContentType.GEOJSON
|
|
|
|
QgsServerOgcApi.OPENAPI3 = QgsServerOgcApi.ContentType.OPENAPI3
|
|
|
|
QgsServerOgcApi.JSON = QgsServerOgcApi.ContentType.JSON
|
|
|
|
QgsServerOgcApi.HTML = QgsServerOgcApi.ContentType.HTML
|
|
|
|
QgsServerOgcApi.XML = QgsServerOgcApi.ContentType.XML
|
2023-12-07 10:38:10 +01:00
|
|
|
QgsServerOgcApi.ContentType.baseClass = QgsServerOgcApi
|
2024-08-14 15:28:33 +10:00
|
|
|
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)
|