26 #ifndef __TERRALIB_FE_INTERNAL_SCALARCAPABILITIES_H 
   27 #define __TERRALIB_FE_INTERNAL_SCALARCAPABILITIES_H 
   37     class ArithmeticOperators;
 
   38     class ComparisonOperators;
 
   73         bool hasLogicalOperators() 
const;
 
   76         void enableLogicalOperators();
 
   79         void disableLogicalOperators();
 
  126 #endif  // __TERRALIB_FE_INTERNAL_SCALARCAPABILITIES_H 
Scalar capabilities include the ability to process logical expressions, comparisons and arithmetic op...
 
bool m_hasLogicalOperators
It is used to indicate that the filter can process And, Or and Not operators. Default: false...
 
Configuration flags for the TerraLib Filter Encoding module. 
 
It is used to indicate what types of comparison operators are supported by a service. 
 
It is used to indicate the arithmetic operators that a service can support. 
 
ComparisonOperators * m_comparisonOperators
Optional. 
 
ArithmeticOperators * m_arithmeticOperators
Optional. 
 
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.