The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
More...
#include <ParameterValue.h>
|
std::vector< Parameter * > | m_parameters |
| Regular text may be mixed and WFS-Filter expressions to give values for SE graphic parameters. (Optional) More...
|
|
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
A "mixed" element-content model is used with textual substitution for values.
- See also
- SvgParameter, LineSymbolizer, GraphicStroke, Halo, MapItem, Interpolate, InterpolationPoint
Definition at line 54 of file ParameterValue.h.
te::se::ParameterValue::ParameterValue |
( |
| ) |
|
te::se::ParameterValue::ParameterValue |
( |
const std::string & |
value | ) |
|
It initializes a new ParameterValue based on given literal value.
- Parameters
-
value | Literal value for the new ParamaterValue. |
- Note
- A new Parameter with a Filter Literal Expression will be created and added to ParamaterValue.
Copy constructor.
- Parameters
-
rhs | The other parameter value. |
virtual te::se::ParameterValue::~ParameterValue |
( |
| ) |
|
|
virtual |
void te::se::ParameterValue::add |
( |
Parameter * |
p | ) |
|
void te::se::ParameterValue::add |
( |
const std::string & |
value | ) |
|
It creates a new copy of this object.
size_t te::se::ParameterValue::getNParameters |
( |
| ) |
const |
const Parameter* te::se::ParameterValue::getParameter |
( |
size_t |
i | ) |
const |
std::vector<Parameter*> te::se::ParameterValue::m_parameters |
|
private |
Regular text may be mixed and WFS-Filter expressions to give values for SE graphic parameters. (Optional)
Definition at line 120 of file ParameterValue.h.
The documentation for this class was generated from the following file:
- /home/castejon/castejon_files/develop/terralib5/git_master/src/terralib/se/ParameterValue.h