Simple wrappers of GDAL API that compatible with all versions. More...
#include <memory>
#include "gdal.h"
#include "gdal_priv.h"
#include <ogrsf_frmts.h>
#include "cpl_string.h"
#include "ogr_spatialref.h"
Go to the source code of this file.
Classes | |
struct | GDALVectorDSDeleter |
struct | GDALRasterDSDeleter |
Typedefs | |
typedef OGRDataSource | GDALVectorDS |
typedef GDALDataset | GDALRasterDS |
typedef std::unique_ptr< GDALVectorDS, GDALVectorDSDeleter > | GDALVectorDSHandle |
typedef std::unique_ptr< GDALRasterDS, GDALRasterDSDeleter > | GDALRasterDSHandle |
Simple wrappers of GDAL API that compatible with all versions.