26 #ifndef __TERRALIB_SE_INTERNAL_CATEGORIZE_H    27 #define __TERRALIB_SE_INTERNAL_CATEGORIZE_H   149         const std::vector<ParameterValue*>& getThresholds() 
const;
   151         const std::vector<ParameterValue*>& getThresholdValues() 
const;
   165 #endif  // __TERRALIB_SE_INTERNAL_CATEGORIZE_H The transformation of continuous values to distinct values (Categorize function). ...
 
Symbology Encoding functions. 
 
ThresholdsBelongToType
It controls the interval order. 
 
const ThresholdsBelongToType & getThresholdsBelongTo() const 
 
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters...
 
ParameterValue * getLookupValue() const 
 
std::vector< ParameterValue * > m_thresholdValues
A vector of threshold values. (Optional) 
 
std::vector< ParameterValue * > m_thresholds
A vector of threshold. (Optional) 
 
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
ParameterValue * getValue() const 
 
ThresholdsBelongToType m_threshholdsBelongTo
(Optional) 
 
Symbology Encoding functions. 
 
ParameterValue * m_lookupValue
Mandatory. 
 
ParameterValue * m_value
Mandatory.