QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
This is the complete list of members for QgsServerOgcApiHandler, including all inherited members.
contentTypeForAccept(const QString &accept) const | QgsServerOgcApiHandler | |
contentTypeFromRequest(const QgsServerRequest *request) const | QgsServerOgcApiHandler | |
contentTypes() const | QgsServerOgcApiHandler | |
defaultContentType() const | QgsServerOgcApiHandler | virtual |
defaultResponse() | QgsServerOgcApiHandler | static |
description() const =0 | QgsServerOgcApiHandler | pure virtual |
handleRequest(const QgsServerApiContext &context) const SIP_THROW(QgsServerApiBadRequestException) | QgsServerOgcApiHandler | virtual |
href(const QgsServerApiContext &context, const QString &extraPath=QString(), const QString &extension=QString()) const | QgsServerOgcApiHandler | |
htmlDump(const json &data, const QgsServerApiContext &context) const | QgsServerOgcApiHandler | |
jsonDump(json &data, const QgsServerApiContext &context, const QString &contentType=QStringLiteral("application/json")) const | QgsServerOgcApiHandler | |
jsonTags() const | QgsServerOgcApiHandler | |
layerFromCollectionId(const QgsServerApiContext &context, const QString &collectionId) | QgsServerOgcApiHandler | static |
layerFromContext(const QgsServerApiContext &context) const | QgsServerOgcApiHandler | |
link(const QgsServerApiContext &context, const QgsServerOgcApi::Rel &linkType=QgsServerOgcApi::Rel::self, const QgsServerOgcApi::ContentType contentType=QgsServerOgcApi::ContentType::JSON, const std::string &title="") const | QgsServerOgcApiHandler | |
links(const QgsServerApiContext &context) const | QgsServerOgcApiHandler | |
linkTitle() const =0 | QgsServerOgcApiHandler | pure virtual |
linkType() const =0 | QgsServerOgcApiHandler | pure virtual |
operationId() const =0 | QgsServerOgcApiHandler | pure virtual |
parameters(const QgsServerApiContext &context) const | QgsServerOgcApiHandler | inlinevirtual |
parentLink(const QUrl &url, int levels=1) | QgsServerOgcApiHandler | static |
path() const =0 | QgsServerOgcApiHandler | pure virtual |
schema(const QgsServerApiContext &context) const | QgsServerOgcApiHandler | virtual |
setContentTypes(const QList< QgsServerOgcApi::ContentType > &contentTypes) | QgsServerOgcApiHandler | protected |
setContentTypesInt(const QList< int > &contentTypes) | QgsServerOgcApiHandler | protected |
staticPath(const QgsServerApiContext &context) const | QgsServerOgcApiHandler | virtual |
summary() const =0 | QgsServerOgcApiHandler | pure virtual |
tags() const | QgsServerOgcApiHandler | inlinevirtual |
templatePath(const QgsServerApiContext &context) const | QgsServerOgcApiHandler | virtual |
values(const QgsServerApiContext &context) const SIP_THROW(QgsServerApiBadRequestException) | QgsServerOgcApiHandler | virtual |
write(json &data, const QgsServerApiContext &context, const json &htmlMetadata=nullptr) const | QgsServerOgcApiHandler | |
write(QVariant &data, const QgsServerApiContext &context, const QVariantMap &htmlMetadata=QVariantMap()) const SIP_THROW(QgsServerApiBadRequestException) | QgsServerOgcApiHandler | |
~QgsServerOgcApiHandler() | QgsServerOgcApiHandler | virtual |