Spatial overlaps operator. 
 
A base class for binary functions. 
 
Expression * clone() const 
It creates a new copy of this expression. 
 
BinaryFunction & operator=(const BinaryFunction &rhs)
 
Spatial overlaps operator. 
 
This is an abstract class that models a query expression. 
 
TE_DEFINE_VISITABLE ST_Overlaps(Expression *arg1, Expression *arg2)
Constructor. 
 
ST_Overlaps & operator=(const ST_Overlaps &rhs)