26 #ifndef __TERRALIB_SE_INTERNAL_SVGPARAMETER_H    27 #define __TERRALIB_SE_INTERNAL_SVGPARAMETER_H    70         SvgParameter(
const std::string& name, 
const std::string& value);
    89         void setName(
const std::string& name);
    91         std::string getName() 
const;
   106 #endif  // __TERRALIB_SE_INTERNAL_SVGPARAMETER_H The ParameterValueType uses WFS-Filter expressions to give values for SE graphic parameters. 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
A SvgParameter refers to an SVG/CSS graphical-formatting parameter. 
 
std::string m_name
The name attribute of the SvgParameter element. (Mandatory)