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