QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
src
server
services
wms
qgsdxfwriter.h
Go to the documentation of this file.
1
/***************************************************************************
2
qgsdxfexport.h
3
-------------------------------------------------------------------
4
Date : 20 December 2016
5
Copyright : (C) 2015 by
6
email : marco.hugentobler at sourcepole dot com (original code)
7
Copyright : (C) 2016 by
8
email : david dot marteau at 3liz dot com
9
***************************************************************************
10
* *
11
* This program is free software; you can redistribute it and/or modify *
12
* it under the terms of the GNU General Public License as published by *
13
* the Free Software Foundation; either version 2 of the License, or *
14
* (at your option) any later version. *
15
* *
16
***************************************************************************/
17
18
#include "
qgswmsrequest.h
"
19
20
namespace
QgsWms
21
{
22
26
void
writeAsDxf
(
QgsServerInterface
*serverIface,
const
QgsProject
*project,
27
const
QgsWmsRequest &request,
28
QgsServerResponse
&response );
29
30
}
// namespace QgsWms
QgsWms::writeAsDxf
void writeAsDxf(QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request, QgsServerResponse &response)
Output GetMap response in DXF format.
Definition:
qgsdxfwriter.cpp:39
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