QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
#include "qgswmsutils.h"
#include "qgswmsrequest.h"
#include "qgswmsgetcontext.h"
#include "qgsserverprojectutils.h"
#include "qgslayertreenode.h"
#include "qgslayertreegroup.h"
#include "qgslayertreelayer.h"
#include "qgslayertree.h"
#include "qgsmaplayerstylemanager.h"
#include "qgscoordinatetransform.h"
#include "qgsexception.h"
#include <QRegularExpression>
Go to the source code of this file.
Namespaces | |
namespace | QgsWms |
Median cut implementation. | |
Functions | |
QDomDocument | QgsWms::getContext (QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request) |
Returns XML document for the 'GetContext' request. | |
void | QgsWms::writeGetContext (QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request, QgsServerResponse &response) |
Output GetContext response. | |