26 #ifndef __TERRALIB_DATAACCES_GDAL_INTERNAL_SCOPEDDATASETHANDLE_H 27 #define __TERRALIB_DATAACCES_GDAL_INTERNAL_SCOPEDDATASETHANDLE_H 32 #include <boost/noncopyable.hpp> 59 GDALDataset* getGDALDataSetHandle()
const;
72 #endif // __TERRALIB_DATAACCES_GDAL_INTERNAL_SCOPEDDATASETHANDLE_H GDALDataset * m_gdalDataSetWrappedHandle
#define TEGDALEXPORT
You can use this macro in order to export/import classes and functions from this module.
std::unique_ptr< ScopedDataSetHandle > ScopedDataSetHandlePtr
This encapsulates a GDAL dataSet and closes it when it runs out of scope. It also creates a wrapper t...
GDALDataset * m_gdalDataSetHandle
Configuration flags for the GDAL Driver of TerraLib.