Package | Description |
---|---|
org.geotools.appschema.jdbc | |
org.geotools.data.complex.filter | |
org.geotools.data.jdbc | |
org.geotools.data.mongodb | |
org.geotools.filter | |
org.geotools.filter.text.commons | |
org.geotools.filter.text.cqljson | |
org.geotools.filter.visitor | |
org.geotools.stac.store | |
org.geotools.xml.filter |
The package name does not map the prefix name because we feel that this
is a better representation.
|
org.opengis.filter |
Filters features according their properties.
|
Modifier and Type | Method and Description |
---|---|
Object |
NestedFilterToSQL.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Modifier and Type | Method and Description |
---|---|
Object |
UnmappingFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object arg1) |
Modifier and Type | Method and Description |
---|---|
Object |
FilterToSQL.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData)
Write the SQL for this kind of filter
|
Modifier and Type | Method and Description |
---|---|
Object |
AbstractFilterToMongo.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Modifier and Type | Class and Description |
---|---|
class |
IsGreaterThanOrEqualToImpl |
Modifier and Type | Method and Description |
---|---|
PropertyIsGreaterThanOrEqualTo |
FilterFactoryImpl.greaterOrEqual(Expression expr1,
Expression expr2) |
PropertyIsGreaterThanOrEqualTo |
FilterFactoryImpl.greaterOrEqual(Expression expr1,
Expression expr2,
boolean matchCase) |
PropertyIsGreaterThanOrEqualTo |
FilterFactoryImpl.greaterOrEqual(Expression expr1,
Expression expr2,
boolean matchCase,
MultiValuedFilter.MatchAction matchAction) |
Modifier and Type | Method and Description |
---|---|
PropertyIsGreaterThanOrEqualTo |
AbstractFilterBuilder.buildGreaterOrEqual() |
PropertyIsGreaterThanOrEqualTo |
AbstractFilterBuilder.buildPropertyIsGTEFirstDate()
Builds PropertyIsGreaterThanOrEqualTo begin of period
|
Modifier and Type | Method and Description |
---|---|
Object |
FilterToCQL2Json.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Modifier and Type | Method and Description |
---|---|
Object |
NullFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object data) |
Object |
AbstractFinderFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object data) |
Object |
CapabilitiesFilterSplitter.visit(PropertyIsGreaterThanOrEqualTo filter,
Object notUsed) |
Object |
IsSupportedFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Object |
AbstractSearchFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object data) |
Object |
AbstractFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object data)
Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set.
|
Object |
DuplicatingFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Object |
PostPreProcessFilterSplittingVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object notUsed) |
Object |
SimplifyingFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Object |
IsFullySupportedFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Object |
DefaultFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object data) |
Object |
FilterVisitorSupport.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Object |
BindingFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Object |
OperatorNameFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Object |
ExtractBoundsFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object data) |
Object |
LiteralDemultiplyingFilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Modifier and Type | Method and Description |
---|---|
Object |
TimeRangeVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Modifier and Type | Method and Description |
---|---|
Object |
FilterCompliancePreProcessor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Object |
FilterEncodingPreProcessor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Object |
FilterTransformer.FilterTranslator.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Modifier and Type | Method and Description |
---|---|
PropertyIsGreaterThanOrEqualTo |
FilterFactory.greaterOrEqual(Expression expr1,
Expression expr2)
Checks that the first sub-expression is greater or equal to the second subexpression.
|
PropertyIsGreaterThanOrEqualTo |
FilterFactory.greaterOrEqual(Expression expr1,
Expression expr2,
boolean matchCase)
Checks that the first sub-expression is greater or equal to the second subexpression.
|
PropertyIsGreaterThanOrEqualTo |
FilterFactory.greaterOrEqual(Expression expr1,
Expression expr2,
boolean matchCase,
MultiValuedFilter.MatchAction matchAction)
Checks that the first sub-expression is greater or equal to the second subexpression.
|
Modifier and Type | Method and Description |
---|---|
Object |
FilterVisitor.visit(PropertyIsGreaterThanOrEqualTo filter,
Object extraData) |
Copyright © 1996–2023 Geotools. All rights reserved.