A SvgParameter refers to an SVG/CSS graphical-formatting parameter. 
 
void setName(const std::string &name)
 
SvgParameter * clone() const 
It creates a new copy of this object. 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...
 
SvgParameter(const std::string &name)
It initializes a new SvgParameter. 
 
~SvgParameter()
Destructor. 
 
std::string getName() const 
 
A SvgParameter refers to an SVG/CSS graphical-formatting parameter.