The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.  
 More...
#include <ParameterValue.h>
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.
 
◆ ParameterValue() [1/3]
      
        
          | te::se::ParameterValue::ParameterValue  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ParameterValue() [2/3]
      
        
          | 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. 
 
 
 
◆ ParameterValue() [3/3]
Copy constructor. 
- Parameters
 - 
  
    | rhs | The other parameter value.  | 
  
   
 
 
◆ ~ParameterValue()
  
  
      
        
          | virtual te::se::ParameterValue::~ParameterValue  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
◆ add() [1/2]
      
        
          | void te::se::ParameterValue::add  | 
          ( | 
          const std::string &  | 
          value | ) | 
           | 
        
      
 
 
◆ add() [2/2]
      
        
          | void te::se::ParameterValue::add  | 
          ( | 
          Parameter *  | 
          p | ) | 
           | 
        
      
 
 
◆ clone()
It creates a new copy of this object. 
 
 
◆ getNParameters()
      
        
          | size_t te::se::ParameterValue::getNParameters  | 
          ( | 
           | ) | 
           const | 
        
      
 
 
◆ getParameter()
      
        
          | const Parameter* te::se::ParameterValue::getParameter  | 
          ( | 
          size_t  | 
          i | ) | 
           const | 
        
      
 
 
◆ m_parameters
  
  
      
        
          | 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_release/src/terralib/se/ParameterValue.h