Class SelectionFilter
- java.lang.Object
-
- org.citydb.query.filter.selection.SelectionFilter
-
public class SelectionFilter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SelectionFilter(Predicate predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsSpatialOperators()
Predicate
getGenericSpatialFilter(FeatureType featureType)
Predicate
getPredicate()
boolean
isSetPredicate()
void
setPredicate(Predicate predicate)
-
-
-
Constructor Detail
-
SelectionFilter
public SelectionFilter(Predicate predicate)
-
-
Method Detail
-
getPredicate
public Predicate getPredicate()
-
isSetPredicate
public boolean isSetPredicate()
-
setPredicate
public void setPredicate(Predicate predicate)
-
containsSpatialOperators
public boolean containsSpatialOperators()
-
getGenericSpatialFilter
public Predicate getGenericSpatialFilter(FeatureType featureType) throws FilterException
- Throws:
FilterException
-
-