Uses of Interface
org.geotools.api.filter.BinaryLogicOperator
Packages that use BinaryLogicOperator
Package
Description
Filters features according their properties.
The package name does not map the prefix name because we feel that this
is a better representation.
-
Uses of BinaryLogicOperator in org.geotools.api.filter
Subinterfaces of BinaryLogicOperator in org.geotools.api.filter -
Uses of BinaryLogicOperator in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type BinaryLogicOperatorModifier and TypeMethodDescriptionprotected Object
NestedFilterToSQL.visit
(BinaryLogicOperator filter, Object extraData) If replaceOrWithUnion flag is enabled this method will build main OR condition in the form of UNION queries like: SELECT id, name FROM table WHERE name = "Alf" OR name = "Rick" -> SELECT id, name FROM table WHERE name = "Alf" UNION SELECT id, name FROM table WHERE name = "Rick" -
Uses of BinaryLogicOperator in org.geotools.data.complex.filter
Fields in org.geotools.data.complex.filter declared as BinaryLogicOperatorModifier and TypeFieldDescriptionprotected BinaryLogicOperator
IndexedFilterDetectorVisitor.parentLogicOperator
Methods in org.geotools.data.complex.filter that return BinaryLogicOperatorMethods in org.geotools.data.complex.filter with parameters of type BinaryLogicOperatorModifier and TypeMethodDescriptionprotected void
IndexedFilterDetectorVisitor.processFilter
(BinaryLogicOperator filter) Detect if AND/OR filter is the parent operator of indexed filter then collect the full-indexed subfilter(s)UnmappingFilterVisitor.visitBinaryLogicOp
(BinaryLogicOperator filter) Constructors in org.geotools.data.complex.filter with parameters of type BinaryLogicOperatorModifierConstructorDescriptionIndexCombinedFilterTransformerVisitor
(BinaryLogicOperator indexedParentLogicOperator, List<Filter> indexedFilters, Filter idInFilter) -
Uses of BinaryLogicOperator in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type BinaryLogicOperatorModifier and TypeMethodDescriptionprotected Object
FilterToSQL.visit
(BinaryLogicOperator filter, Object extraData) Common implementation for BinaryLogicOperator filters. -
Uses of BinaryLogicOperator in org.geotools.filter
Classes in org.geotools.filter that implement BinaryLogicOperator -
Uses of BinaryLogicOperator in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons with parameters of type BinaryLogicOperatorModifier and TypeMethodDescriptionstatic Object
FilterToTextUtil.buildBinaryLogicalOperator
(String operator, FilterVisitor visitor, BinaryLogicOperator filter, Object extraData) builds: left predicate AND right predicate -
Uses of BinaryLogicOperator in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with type parameters of type BinaryLogicOperatorMethods in org.geotools.filter.visitor with parameters of type BinaryLogicOperatorModifier and TypeMethodDescriptionprotected Object
AbstractFilterVisitor.visit
(BinaryLogicOperator filter, Object data) Visits elements of filter.getChildren().protected abstract Object
FilterVisitorSupport.visit
(BinaryLogicOperator op, Object extraData) -
Uses of BinaryLogicOperator in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type BinaryLogicOperatorModifier and TypeMethodDescriptionvoid
FilterEncodingPreProcessor.visit
(BinaryLogicOperator filter)