Go to the documentation of this file.
26 #ifndef __TERRALIB_FE_INTERNAL_SCALARCAPABILITIES_H
27 #define __TERRALIB_FE_INTERNAL_SCALARCAPABILITIES_H
37 class ArithmeticOperators;
38 class ComparisonOperators;
126 #endif // __TERRALIB_FE_INTERNAL_SCALARCAPABILITIES_H
void enableLogicalOperators()
It enables the logical operators support.
const ArithmeticOperators * getArithmeticOperators() const
It returns the arithmetic operators.
bool hasLogicalOperators() const
It returns true if it has logical operators support, otherwise, returns false.
It is used to indicate the arithmetic operators that a service can support.
~ScalarCapabilities()
Destructor.
ArithmeticOperators * m_arithmeticOperators
Optional.
#define TEFEEXPORT
You can use this macro in order to export/import classes and functions from this module.
ComparisonOperators * m_comparisonOperators
Optional.
void setComparisonOperators(ComparisonOperators *cOps)
It sets the comparison operators.
Scalar capabilities include the ability to process logical expressions, comparisons and arithmetic op...
ScalarCapabilities()
It initializes a new ScalarCapabilities.
bool m_hasLogicalOperators
It is used to indicate that the filter can process And, Or and Not operators. Default: false....
void setArithmeticOperators(ArithmeticOperators *aOps)
It sets the arithmetic operators.
const ComparisonOperators * getComparisonOperators() const
It returns the comparison operators.
Proxy configuration file for TerraView (see terraview_config.h).
It is used to indicate what types of comparison operators are supported by a service.
void disableLogicalOperators()