26 #ifndef __TERRALIB_SE_INTERNAL_INLINECONTENT_H 
   27 #define __TERRALIB_SE_INTERNAL_INLINECONTENT_H 
   36 #include <boost/noncopyable.hpp> 
   88         void setData(
const std::string& d);
 
   90         const std::string& getData() 
const;
 
   92         void setEncoding(EncodingType e);
 
   94         EncodingType getEncoding() 
const;
 
  110 #endif  // __TERRALIB_SE_INTERNAL_INLINECONTENT_H 
InlineContent is XML- or base64-encoded encoded content in some externally-defined format that is inc...
 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
EncodingType
The format type of encoded data. 
 
std::string m_data
The inlined data. (Optional) 
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
EncodingType m_encoding
The possible values are: xml or base64. (Mandatory)