26#ifndef __TERRALIB_DATAACCES_GDAL_INTERNAL_DATASETUSECOUNTER_H
27#define __TERRALIB_DATAACCES_GDAL_INTERNAL_DATASETUSECOUNTER_H
33#include <boost/noncopyable.hpp>
DataSetsManager::AccessType m_aType
Access type.
DataSetUseCounter(const std::string &uri, const DataSetsManager::AccessType aType)
Default constructor.
DataSetsManager::AccessType getAccessType() const
Returns the current access type.
bool changeAccessType(const DataSetsManager::AccessType aType)
Change the acces type.
std::string m_uri
Data set uri.
An exception class for the GDAL module.
Namespace for the TerraLib GDAL driver implementation.
Configuration flags for the GDAL Driver of TerraLib.
#define TEGDALEXPORT
You can use this macro in order to export/import classes and functions from this module.