26 #ifndef __TERRALIB_SE_INTERNAL_MAPITEM_H 
   27 #define __TERRALIB_SE_INTERNAL_MAPITEM_H 
   30 #include "../fe/Expression.h" 
   86         double getData() 
const;
 
   88         void setData(
const double& d);
 
   94         std::string getTitle() 
const;
 
   96         void setTitle(
const std::string& title);
 
  128 #endif  // __TERRALIB_SE_INTERNAL_MAPITEM_H 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...
 
This is an abstract class that models a Filter Encoding expression. 
 
ParameterValue * m_value
Mandatory. 
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
Configuration flags for the Symbology Encoding support of TerraLib.