ScopedDataSetHandle.h File Reference
#include "Config.h"
#include <boost/noncopyable.hpp>
#include <memory>

Go to the source code of this file.

Classes

class  te::gdal::ScopedDataSetHandle
 This encapsulates a GDAL dataSet and closes it when it runs out of scope. It also creates a wrapper to the dataSet in the cases which the file has a RPC metadata. More...
 

Namespaces

 te
 TerraLib.
 
 te::gdal
 Namespace for the TerraLib GDAL driver implementation.
 

Typedefs

using te::gdal::ScopedDataSetHandlePtr = std::unique_ptr< ScopedDataSetHandle >