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
 
virtual MapItem * clone() const
It returns a clone of this object.
 
MapItem()
It initializes a new MapItem.
 
ParameterValue * getValue() const
 
void setData(const double &d)
 
void setTitle(const std::string &title)
 
ParameterValue * m_value
Mandatory.
 
MapItem(const MapItem &rhs)
No copy constructor allowed.
 
MapItem & operator=(const MapItem &rhs)
No assignment operator allowed.
 
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).