QGIS API Documentation  3.4.15-Madeira (e83d02e274)
qgsgdalutils.h
Go to the documentation of this file.
1 /***************************************************************************
2  qgsgdalutils.h
3  --------------
4  begin : September 2018
5  copyright : (C) 2018 Even Rouault
6  email : even.rouault at spatialys.com
7  ***************************************************************************
8  * *
9  * This program is free software; you can redistribute it and/or modify *
10  * it under the terms of the GNU General Public License as published by *
11  * the Free Software Foundation; either version 2 of the License, or *
12  * (at your option) any later version. *
13  * *
14  ***************************************************************************/
15 
16 #ifndef QGSGDALUTILS_H
17 #define QGSGDALUTILS_H
18 
19 #define SIP_NO_FILE
20 
21 #include "qgis_core.h"
22 #include <gdal.h>
23 
32 class CORE_EXPORT QgsGdalUtils
33 {
34  public:
35 
41  static bool supportsRasterCreate( GDALDriverH driver );
42 };
43 
44 #endif // QGSGDALUTILS_H
Utilities for working with GDAL.
Definition: qgsgdalutils.h:32