|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryLogicOperator | |
---|---|
org.geotools.arcsde.filter | |
org.geotools.data.complex.filter | |
org.geotools.data.jdbc | |
org.geotools.filter | |
org.geotools.filter.text.commons | |
org.geotools.filter.visitor | |
org.opengis.filter | Filters features according their properties. |
Uses of BinaryLogicOperator in org.geotools.arcsde.filter |
---|
Methods in org.geotools.arcsde.filter with parameters of type BinaryLogicOperator | |
---|---|
protected Object |
FilterToSQLSDE.visit(BinaryLogicOperator filter,
Object extraData)
Overrides to avoid encoding an empty operator if filter has no children. |
Uses of BinaryLogicOperator in org.geotools.data.complex.filter |
---|
Methods in org.geotools.data.complex.filter with parameters of type BinaryLogicOperator | |
---|---|
List |
UnmappingFilterVisitor.visitBinaryLogicOp(BinaryLogicOperator filter)
|
Uses of BinaryLogicOperator in org.geotools.data.jdbc |
---|
Methods in org.geotools.data.jdbc with parameters of type BinaryLogicOperator | |
---|---|
protected 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 | |
---|---|
class |
AndImpl
Direct implementation of And filter. |
class |
OrImpl
|
Uses of BinaryLogicOperator in org.geotools.filter.text.commons |
---|
Methods in org.geotools.filter.text.commons with parameters of type BinaryLogicOperator | |
---|---|
static 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 parameters of type BinaryLogicOperator | |
---|---|
protected Object |
AbstractFilterVisitor.visit(BinaryLogicOperator filter,
Object data)
Deprecated. Visits elements of filter.getChildren(). |
protected abstract Object |
FilterVisitorSupport.visit(BinaryLogicOperator op,
Object extraData)
|
Uses of BinaryLogicOperator in org.opengis.filter |
---|
Subinterfaces of BinaryLogicOperator in org.opengis.filter | |
---|---|
interface |
And
Evaluates to true if all the combined expressions evaluate to true . |
interface |
Or
Evaluates to true if any of the combined expressions evaluate to true . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |