26 #ifndef __TERRALIB_SE_INTERNAL_DESCRIPTION_H 
   27 #define __TERRALIB_SE_INTERNAL_DESCRIPTION_H 
   36 #include <boost/noncopyable.hpp> 
   78         void setTitle(
const std::string& title);
 
   80         const std::string& getTitle() 
const;
 
   82         void setAbstract(
const std::string& a);
 
   84         const std::string& getAbstract() 
const;
 
  100 #endif  // __TERRALIB_SE_INTERNAL_DESCRIPTION_H 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
std::string m_abstract
Abstract. (Optional) 
 
std::string m_title
Title. (Optional) 
 
A Description gives human-readable descriptive information for the object it is included within...
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.