29 #include "../common/Translator.h" 
   33   throw( te::gdal::Exception )
 
   36   if( !DataSetsManager::getInstance().incrementUseCounter( m_uri, aType ) )
 
void decrementUseCounter(const std::string &uri)
Decrement the use counter for the given raster URI. 
 
An exception class for the GDAL module. 
 
DataSetUseCounter(const std::string &uri, const DataSetsManager::AccessType aType)
Default constructor. 
 
std::string m_uri
Data set uri. 
 
static te::gdal::DataSetsManager & getInstance()
It returns a reference to the singleton instance. 
 
#define TR_GDAL(message)
It marks a string in order to get translated. This is a special mark used in the Vector Geometry modu...