QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
qgsdxfwriter.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsdxfexport.h
3 -------------------------------------------------------------------
4Date : 20 December 2016
5Copyright : (C) 2015 by
6email : marco.hugentobler at sourcepole dot com (original code)
7Copyright : (C) 2016 by
8email : 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
21class QgsProject;
23
24namespace QgsWms
25{
26
30 void writeAsDxf( QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request, QgsServerResponse &response );
31
32} // namespace QgsWms
Encapsulates a QGIS project, including sets of map layers and their styles, layouts,...
Definition qgsproject.h:109
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 writeAsDxf(QgsServerInterface *serverIface, const QgsProject *project, const QgsWmsRequest &request, QgsServerResponse &response)
Output GetMap response in DXF format.