|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BinaryComparisonOperator | |
---|---|
org.geotools.data.complex.filter | |
org.geotools.data.jdbc | |
org.geotools.filter | |
org.geotools.filter.spatial | |
org.geotools.filter.text.commons | |
org.geotools.filter.visitor | |
org.opengis.filter | Filters features according their properties. |
Uses of BinaryComparisonOperator in org.geotools.data.complex.filter |
---|
Methods in org.geotools.data.complex.filter with parameters of type BinaryComparisonOperator | |
---|---|
Expression[][] |
UnmappingFilterVisitor.visitBinaryComparisonOperator(BinaryComparisonOperator filter)
Returns a CompareFilter of the same type than filter , but built on the unmapped
expressions pointing to the surrogate type attributes. |
Uses of BinaryComparisonOperator in org.geotools.data.jdbc |
---|
Methods in org.geotools.data.jdbc with parameters of type BinaryComparisonOperator | |
---|---|
protected void |
FilterToSQL.visitBinaryComparisonOperator(BinaryComparisonOperator filter,
Object extraData)
Common implementation for BinaryComparisonOperator filters. |
Uses of BinaryComparisonOperator in org.geotools.filter |
---|
Subinterfaces of BinaryComparisonOperator in org.geotools.filter | |
---|---|
interface |
BetweenFilter
Deprecated. use PropertyIsBetween |
interface |
CompareFilter
Deprecated. use BinaryComparisonOperator |
Classes in org.geotools.filter that implement BinaryComparisonOperator | |
---|---|
class |
BetweenFilterImpl
Deprecated. use IsBetweenImpl |
class |
BinaryComparisonAbstract
Abstract implemention for binary filters. |
class |
CartesianDistanceFilter
Defines geometry filters with a distance element. |
class |
CompareFilterImpl
Defines a comparison filter (can be a math comparison or generic equals). |
class |
GeometryFilterImpl
Implements a geometry filter. |
class |
IsBetweenImpl
Straight implementation of GeoAPI interface. |
class |
IsEqualsToImpl
|
class |
IsGreaterThanImpl
|
class |
IsGreaterThanOrEqualToImpl
|
class |
IsLessThenImpl
|
class |
IsLessThenOrEqualToImpl
|
class |
IsNilImpl
JD: PropertyIsNil requires us to return true if a property is "nil" in the xml schema sense. |
class |
IsNotEqualToImpl
|
class |
IsNullImpl
|
class |
MultiCompareFilterImpl
Support for Multi-valued properties when comparing |
Uses of BinaryComparisonOperator in org.geotools.filter.spatial |
---|
Classes in org.geotools.filter.spatial that implement BinaryComparisonOperator | |
---|---|
class |
AbstractPreparedGeometryFilter
A base class for GeometryFilters that will use PreparedGeometries when the Expression is a Literal Expression. |
class |
BBOXImpl
|
class |
BeyondImpl
|
class |
ContainsImpl
|
class |
CrossesImpl
|
class |
DisjointImpl
|
class |
DWithinImpl
|
class |
EqualsImpl
|
class |
IntersectsImpl
|
class |
OverlapsImpl
|
class |
TouchesImpl
|
class |
WithinImpl
|
Uses of BinaryComparisonOperator in org.geotools.filter.text.commons |
---|
Methods in org.geotools.filter.text.commons with parameters of type BinaryComparisonOperator | |
---|---|
static Object |
FilterToTextUtil.buildComparison(BinaryComparisonOperator filter,
Object extraData,
String operator)
Builds a comparison predicate inserting the operato1 or operator2 taking into account the PropertyName position in the comparison filter. |
Uses of BinaryComparisonOperator in org.geotools.filter.visitor |
---|
Methods in org.geotools.filter.visitor with parameters of type BinaryComparisonOperator | |
---|---|
Expression |
LiteralDemultiplyingFilterVisitor.BinaryComparisonOperatorReplacer.getExpression1(BinaryComparisonOperator filter)
|
Expression |
LiteralDemultiplyingFilterVisitor.BinaryComparisonOperatorReplacer.getExpression2(BinaryComparisonOperator filter)
|
Filter |
LiteralDemultiplyingFilterVisitor.BinaryComparisonOperatorReplacer.replaceExpressions(BinaryComparisonOperator filter,
Expression expression1,
Expression expression2)
|
protected Object |
AbstractFilterVisitor.visit(BinaryComparisonOperator filter,
Object data)
Deprecated. Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set. |
protected abstract Object |
FilterVisitorSupport.visit(BinaryComparisonOperator op,
Object extraData)
|
Uses of BinaryComparisonOperator in org.opengis.filter |
---|
Subinterfaces of BinaryComparisonOperator in org.opengis.filter | |
---|---|
interface |
PropertyIsEqualTo
Filter operator that compares that its two sub-expressions are equal to each other. |
interface |
PropertyIsGreaterThan
Filter operator that checks that its first sub-expression is greater than its second subexpression. |
interface |
PropertyIsGreaterThanOrEqualTo
Filter operator that checks that its first sub-expression is greater or equal to its second subexpression. |
interface |
PropertyIsLessThan
Filter operator that checks that its first sub-expression is less than its second subexpression. |
interface |
PropertyIsLessThanOrEqualTo
Filter operator that checks that its first sub-expression is less than or equal to its second subexpression. |
interface |
PropertyIsNotEqualTo
Filter operator that compares that its two sub-expressions are not equal to each other. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |