26 #ifndef __TERRALIB_SE_INTERNAL_EXTERNALGRAPHIC_H 
   27 #define __TERRALIB_SE_INTERNAL_EXTERNALGRAPHIC_H 
   37 #include <boost/noncopyable.hpp> 
  116         void setFormat(
const std::string& f);
 
  118         const std::string& getFormat() 
const;
 
  138 #endif  // __TERRALIB_SE_INTERNAL_EXTERNALGRAPHIC_H 
std::vector< Recode * > m_colorReplacements
Transformation of discrete values to other values. (Optional) 
 
InlineContent is XML- or base64-encoded encoded content in some externally-defined format that is inc...
 
The ExternalGraphic allows a reference to be made to an external graphic file with a Web URL or to in...
 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
Transformation of discrete values to other values. 
 
te::xl::SimpleLink * m_onlineResource
The URL of the external graphic. (Mandatory if m_inlineContent is absent) 
 
InlineContent * m_inlineContent
It allows the content of an external graphic object to be included in-line. (Mandatory if m_onlineRes...
 
std::string m_format
It identifies the expected document MIME type of a successful fetch. (Mandatory) 
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.