35 void writeGetContext( QgsServerInterface *serverIface,
const QgsProject *project,
const QgsWmsRequest &request, QgsServerResponse &response );
40 QDomDocument
getContext( QgsServerInterface *serverIface,
const QgsProject *project,
const QgsWmsRequest &request );
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
Defines interfaces exposed by QGIS Server and made available to plugins.
Defines the response interface passed to QgsService.
Defines request interfaces passed to WMS service.
Median cut implementation.
void writeGetContext(QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request, QgsServerResponse &response)
Output GetContext response.
QDomDocument getContext(QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request)
Returns XML document for the 'GetContext' request.