Uses of Interface
org.geotools.api.filter.PropertyIsGreaterThan
-
Packages that use PropertyIsGreaterThan Package Description org.geotools.api.filter Filters features according their properties.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. -
-
Uses of PropertyIsGreaterThan in org.geotools.api.filter
Methods in org.geotools.api.filter that return PropertyIsGreaterThan Modifier and Type Method Description PropertyIsGreaterThan
FilterFactory. greater(Expression expr1, Expression expr2)
Checks that the first sub-expression is greater than the second subexpression.PropertyIsGreaterThan
FilterFactory. greater(Expression expr1, Expression expr2, boolean matchCase)
Checks that the first sub-expression is greater than the second subexpression.PropertyIsGreaterThan
FilterFactory. greater(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
Checks that the first sub-expression is greater than the second subexpression.Methods in org.geotools.api.filter with parameters of type PropertyIsGreaterThan Modifier and Type Method Description Object
FilterVisitor. visit(PropertyIsGreaterThan filter, Object extraData)
-
Uses of PropertyIsGreaterThan in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsGreaterThan Modifier and Type Method Description Object
NestedFilterToSQL. visit(PropertyIsGreaterThan filter, Object extraData)
-
Uses of PropertyIsGreaterThan in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type PropertyIsGreaterThan Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(PropertyIsGreaterThan filter, Object arg1)
-
Uses of PropertyIsGreaterThan in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsGreaterThan Modifier and Type Method Description Object
FilterToSQL. visit(PropertyIsGreaterThan filter, Object extraData)
Write the SQL for this kind of filter -
Uses of PropertyIsGreaterThan in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type PropertyIsGreaterThan Modifier and Type Method Description Object
AbstractFilterToMongo. visit(PropertyIsGreaterThan filter, Object extraData)
-
Uses of PropertyIsGreaterThan in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsGreaterThan Modifier and Type Class Description class
IsGreaterThanImpl
Methods in org.geotools.filter that return PropertyIsGreaterThan Modifier and Type Method Description PropertyIsGreaterThan
FilterFactoryImpl. greater(Expression expr1, Expression expr2)
PropertyIsGreaterThan
FilterFactoryImpl. greater(Expression expr1, Expression expr2, boolean matchCase)
PropertyIsGreaterThan
FilterFactoryImpl. greater(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
-
Uses of PropertyIsGreaterThan in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return PropertyIsGreaterThan Modifier and Type Method Description PropertyIsGreaterThan
AbstractFilterBuilder. buildGreater()
PropertyIsGreaterThan
AbstractFilterBuilder. buildPropertyIsGTLastDate()
creates PropertyIsGreaterThan end date of period -
Uses of PropertyIsGreaterThan in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type PropertyIsGreaterThan Modifier and Type Method Description Object
FilterToCQL2Json. visit(PropertyIsGreaterThan filter, Object extraData)
-
Uses of PropertyIsGreaterThan in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsGreaterThan Modifier and Type Method Description Object
AbstractFilterVisitor. visit(PropertyIsGreaterThan filter, Object data)
Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set.Object
AbstractFinderFilterVisitor. visit(PropertyIsGreaterThan filter, Object data)
Object
AbstractSearchFilterVisitor. visit(PropertyIsGreaterThan filter, Object data)
Object
BindingFilterVisitor. visit(PropertyIsGreaterThan filter, Object extraData)
Object
CapabilitiesFilterSplitter. visit(PropertyIsGreaterThan filter, Object notUsed)
Object
DefaultFilterVisitor. visit(PropertyIsGreaterThan filter, Object data)
Object
DuplicatingFilterVisitor. visit(PropertyIsGreaterThan filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(PropertyIsGreaterThan filter, Object data)
Object
FilterVisitorSupport. visit(PropertyIsGreaterThan filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(PropertyIsGreaterThan filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(PropertyIsGreaterThan filter, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(PropertyIsGreaterThan filter, Object extraData)
Object
NullFilterVisitor. visit(PropertyIsGreaterThan filter, Object data)
Object
OperatorNameFilterVisitor. visit(PropertyIsGreaterThan filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(PropertyIsGreaterThan filter, Object notUsed)
Object
SimplifyingFilterVisitor. visit(PropertyIsGreaterThan filter, Object extraData)
-
Uses of PropertyIsGreaterThan in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsGreaterThan Modifier and Type Method Description Object
TimeRangeVisitor. visit(PropertyIsGreaterThan filter, Object extraData)
-
Uses of PropertyIsGreaterThan in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsGreaterThan Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(PropertyIsGreaterThan filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(PropertyIsGreaterThan filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(PropertyIsGreaterThan filter, Object extraData)
-