26 #ifndef __TERRALIB_SE_INTERNAL_FUNCTION_H 
   27 #define __TERRALIB_SE_INTERNAL_FUNCTION_H 
   30 #include "../fe/Expression.h" 
   82         void setFallbackValue(
const std::string& v);
 
   84         const std::string& getFallbackValue() 
const;
 
   94 #endif  // __TERRALIB_SE_INTERNAL_FUNCTION_H 
Symbology Encoding functions. 
 
Configuration flags for the Symbology Encoding support of TerraLib. 
 
This is an abstract class that models a Filter Encoding expression. 
 
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.