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