26 #ifndef __TERRALIB_SE_INTERNAL_MAPITEM_H
27 #define __TERRALIB_SE_INTERNAL_MAPITEM_H
30 #include "../fe/Expression.h"
This is an abstract class that models a Filter Encoding expression.
void setValue(ParameterValue *v)
std::string getTitle() const
MapItem()
It initializes a new MapItem.
void setData(const double &d)
void setTitle(const std::string &title)
MapItem & operator=(const MapItem &rhs)
No assignment operator allowed.
ParameterValue * m_value
Mandatory.
MapItem(const MapItem &rhs)
No copy constructor allowed.
virtual MapItem * clone() const
It returns a clone of this object.
ParameterValue * getValue() const
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
#define TESEEXPORT
You can use this macro in order to export/import classes and functions from this module.
Proxy configuration file for TerraView (see terraview_config.h).