Class BBOXOperator
- java.lang.Object
-
- org.citydb.config.project.query.filter.selection.AbstractPredicate
-
- org.citydb.config.project.query.filter.selection.spatial.AbstractSpatialOperator
-
- org.citydb.config.project.query.filter.selection.spatial.BBOXOperator
-
public class BBOXOperator extends AbstractSpatialOperator
-
-
Constructor Summary
Constructors Constructor Description BBOXOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingBox
getEnvelope()
SpatialOperatorName
getOperatorName()
boolean
isSetEnvelope()
void
reset()
void
setEnvelope(BoundingBox operand)
-
Methods inherited from class org.citydb.config.project.query.filter.selection.spatial.AbstractSpatialOperator
getPredicateName, getValueReference, isSetValueReference, setValueReference
-
-
-
-
Method Detail
-
isSetEnvelope
public boolean isSetEnvelope()
-
getEnvelope
public BoundingBox getEnvelope()
-
setEnvelope
public void setEnvelope(BoundingBox operand)
-
reset
public void reset()
- Overrides:
reset
in classAbstractSpatialOperator
-
getOperatorName
public SpatialOperatorName getOperatorName()
- Specified by:
getOperatorName
in classAbstractSpatialOperator
-
-