26 #ifndef __TERRALIB_FE_INTERNAL_PROPERTYISBETWEEN_H 
   27 #define __TERRALIB_FE_INTERNAL_PROPERTYISBETWEEN_H 
  132 #endif  // __TERRALIB_FE_INTERNAL_PROPERTYISBETWEEN_H 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module. 
 
The PropertyIsBetween element is defined as a compact way of encoding a range check. 
 
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
 
This is an abstract class that models a Filter Encoding expression. 
 
Expression * m_lowerBoundary
Mandatory. 
 
#define TE_DEFINE_VISITABLE
 
Expression * m_upperBoundary
Mandatory. 
 
A comparison operator is used to form expressions that evaluate the mathematical comparison between t...
 
Expression * m_expression
Mandatory.