25 #include "../common/Exception.h" 
   26 #include "../common/Translator.h" 
   46   std::map<std::string,MetadataAnnotation*>::const_iterator it = m_metadata.find(a->
getAnnotationtId());
 
   48   if (it != m_metadata.end())
 
   59   std::map<std::string,MetadataAnnotation*>::iterator it = m_metadata.find(a->
getAnnotationtId());
 
   61   if (it == m_metadata.end())
 
   73   std::map<std::string,MetadataAnnotation*>::const_iterator it = m_metadata.find(aid);
 
   75   if (it == m_metadata.end())
 
   81 const std::map<std::string,te::md::MetadataAnnotation*>& 
 
   91   return m_metadata.empty();
 
  100 const std::map<std::string,te::md::MetadataAnnotation*>::const_iterator
 
  103   return m_metadata.begin();
 
  106 const std::map<std::string,te::md::MetadataAnnotation*>::const_iterator 
 
  109   return  m_metadata.end();
 
#define TE_TR(message)
It marks a string in order to get translated. 
 
This class is designed to declare objects to be thrown as exceptions by TerraLib. ...