26 #ifndef __TERRALIB_SE_INTERNAL_FUNCTION_H 
   27 #define __TERRALIB_SE_INTERNAL_FUNCTION_H 
   30 #include "../fe/Expression.h" 
This is an abstract class that models a Filter Encoding expression.
 
Symbology Encoding functions.
 
virtual ~Function()
Virtual destructor.
 
const std::string & getFallbackValue() const
 
Function()
It initializes a new Function.
 
void setFallbackValue(const std::string &v)
 
std::string m_fallbackValue
The value of the fallbackValue attribute is used as a default value, if the SE implementation does no...
 
#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).