26#ifndef __TERRALIB_SE_INTERNAL_SVGPARAMETER_H
27#define __TERRALIB_SE_INTERNAL_SVGPARAMETER_H
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
A SvgParameter refers to an SVG/CSS graphical-formatting parameter.
SvgParameter(const std::string &name)
It initializes a new SvgParameter.
SvgParameter * clone() const
It creates a new copy of this object.
~SvgParameter()
Destructor.
SvgParameter(const std::string &name, const std::string &value)
It initializes a new SvgParameter with the given value.
std::string getName() const
std::string m_name
The name attribute of the SvgParameter element. (Mandatory)
SvgParameter(const SvgParameter &rhs)
Copy constructor.
void setName(const std::string &name)
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.