26 #ifndef __TERRALIB_SE_INTERNAL_INTERPOLATE_H
27 #define __TERRALIB_SE_INTERNAL_INTERPOLATE_H
40 class InterpolationPoint;
Symbology Encoding functions.
The transformation of continuous values to a number of values (Interpolate function).
const std::vector< InterpolationPoint * > & getInterpolationPoints() const
void add(InterpolationPoint *i)
virtual Interpolate * clone() const
It returns a clone of this object.
const MethodType & geMethodType() const
MethodType
It controls the ...
Interpolate(const Interpolate &rhs)
Copy constructor.
ModeType m_mode
Mandatory.
MethodType m_method
Mandatory.
std::vector< InterpolationPoint * > m_interpolationPoints
Mandatory.
const ModeType & getModeType() const
void setLookupValue(ParameterValue *v)
void setMethodType(MethodType t)
Interpolate()
It initializes a new Interpolate.
void setModeType(ModeType t)
ParameterValue * m_lookupValue
Mandatory.
ParameterValue * getLookupValue() const
~Interpolate()
Destructor.
ModeType
It controls the ...
They are used to define a graph of points.
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
Symbology Encoding functions.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.