26#ifndef __TERRALIB_SE_INTERNAL_INTERPOLATIONPOINT_H
27#define __TERRALIB_SE_INTERNAL_INTERPOLATIONPOINT_H
This is an abstract class that models a Filter Encoding expression.
InterpolationPoint()
It initializes a new InterpolationPoint.
InterpolationPoint & operator=(const InterpolationPoint &rhs)
No assignment operator allowed.
ParameterValue * m_value
Mandatory.
InterpolationPoint(const InterpolationPoint &rhs)
Copy constructor.
void setValue(ParameterValue *v)
~InterpolationPoint()
Destructor.
ParameterValue * getValue() const
virtual InterpolationPoint * clone() const
It returns a clone of this object.
void setData(const double &d)
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
This is an abstract class that models a Filter Encoding expression.
Namespace for the Symbology Encoding module of TerraLib.
Configuration flags for the Symbology Encoding support of TerraLib.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.