26 #ifndef __TERRALIB_DATAACCESS_INTERNAL_ST_DIFFERENCE_H
27 #define __TERRALIB_DATAACCESS_INTERNAL_ST_DIFFERENCE_H
#define TE_DEFINE_VISITABLE
A base class for binary functions.
A static class with global function name definitions.
A base class for binary functions.
This is an abstract class that models a query expression.
A static class with global function name definitions.
Spatial difference operator.
ST_Difference(const Expression &arg1, const Expression &arg2)
Constructor.
ST_Difference & operator=(const ST_Difference &rhs)
Expression * clone() const
It creates a new copy of this expression.
~ST_Difference()
Destructor.
TE_DEFINE_VISITABLE ST_Difference(Expression *arg1, Expression *arg2)
Constructor.
ST_Difference(const ST_Difference &rhs)
Copy constructor.
#define TEDATAACCESSEXPORT
You can use this macro in order to export/import classes and functions from this module.