Class WithinOperator
- 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.AbstractBinarySpatialOperator
-
- org.citydb.config.project.query.filter.selection.spatial.WithinOperator
-
public class WithinOperator extends AbstractBinarySpatialOperator
-
-
Constructor Summary
Constructors Constructor Description WithinOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SpatialOperatorName
getOperatorName()
-
Methods inherited from class org.citydb.config.project.query.filter.selection.spatial.AbstractBinarySpatialOperator
getSpatialOperand, isSetSpatialOperand, reset, setSpatialOperand
-
Methods inherited from class org.citydb.config.project.query.filter.selection.spatial.AbstractSpatialOperator
getPredicateName, getValueReference, isSetValueReference, setValueReference
-
-
-
-
Method Detail
-
getOperatorName
public SpatialOperatorName getOperatorName()
- Specified by:
getOperatorName
in classAbstractBinarySpatialOperator
-
-