QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
src
server
services
wms
qgswmsgetmap.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgswmsgetmap.h
3
-------------------------
4
begin : December 20 , 2016
5
copyright : (C) 2007 by Marco Hugentobler (original code)
6
(C) 2014 by Alessandro Pasotti (original code)
7
(C) 2016 by David Marteau
8
email : marco dot hugentobler at karto dot baug dot ethz dot ch
9
a dot pasotti at itopen dot it
10
david dot marteau at 3liz dot com
11
***************************************************************************/
12
13
/***************************************************************************
14
* *
15
* This program is free software; you can redistribute it and/or modify *
16
* it under the terms of the GNU General Public License as published by *
17
* the Free Software Foundation; either version 2 of the License, or *
18
* (at your option) any later version. *
19
* *
20
***************************************************************************/
21
22
#include "
qgswmsrequest.h
"
23
24
namespace
QgsWms
25
{
26
30
void
writeGetMap
(
QgsServerInterface
*serverIface,
const
QgsProject
*project,
31
const
QgsWmsRequest &request,
32
QgsServerResponse
&response );
33
34
}
// namespace QgsWms
QgsWms::writeGetMap
void writeGetMap(QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request, QgsServerResponse &response)
Output GetMap response in DXF format.
Definition:
qgswmsgetmap.cpp:48
QgsProject
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
Definition:
qgsproject.h:103
QgsWms
Median cut implementation.
Definition:
qgsdxfwriter.cpp:22
qgswmsrequest.h
QgsServerInterface
QgsServerInterface Class defining interfaces exposed by QGIS Server and made available to plugins.
Definition:
qgsserverinterface.h:60
QgsServerResponse
QgsServerResponse Class defining response interface passed to services QgsService::executeRequest() m...
Definition:
qgsserverresponse.h:43
Generated on Sun Sep 11 2022 00:03:17 for QGIS API Documentation by
1.8.17