Class BinarySpatialOperator
- java.lang.Object
-
- org.citydb.query.filter.selection.operator.spatial.AbstractSpatialOperator
-
- org.citydb.query.filter.selection.operator.spatial.BinarySpatialOperator
-
public class BinarySpatialOperator extends AbstractSpatialOperator
-
-
Constructor Summary
Constructors Constructor Description BinarySpatialOperator(Expression leftOperand, SpatialOperatorName name, GeometryObject spatialDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinarySpatialOperator
copy()
Expression
getLeftOperand()
SpatialOperatorName
getOperatorName()
GeometryObject
getSpatialDescription()
boolean
isSetLeftOperand()
boolean
isSetSpatialDescription()
void
setLeftOperand(Expression leftOperand)
void
setSpatialDescription(GeometryObject spatialDescription)
-
Methods inherited from class org.citydb.query.filter.selection.operator.spatial.AbstractSpatialOperator
getPredicateName
-
-
-
-
Constructor Detail
-
BinarySpatialOperator
public BinarySpatialOperator(Expression leftOperand, SpatialOperatorName name, GeometryObject spatialDescription) throws FilterException
- Throws:
FilterException
-
-
Method Detail
-
isSetLeftOperand
public boolean isSetLeftOperand()
-
getLeftOperand
public Expression getLeftOperand()
-
setLeftOperand
public void setLeftOperand(Expression leftOperand) throws FilterException
- Throws:
FilterException
-
isSetSpatialDescription
public boolean isSetSpatialDescription()
-
getSpatialDescription
public GeometryObject getSpatialDescription()
-
setSpatialDescription
public void setSpatialDescription(GeometryObject spatialDescription) throws FilterException
- Throws:
FilterException
-
getOperatorName
public SpatialOperatorName getOperatorName()
- Specified by:
getOperatorName
in interfaceOperator
- Specified by:
getOperatorName
in classAbstractSpatialOperator
-
copy
public BinarySpatialOperator copy() throws FilterException
- Throws:
FilterException
-
-