Uses of Interface
org.geotools.api.filter.PropertyIsGreaterThan
Packages that use PropertyIsGreaterThan
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 PropertyIsGreaterThan in org.geotools.api.filter
Methods in org.geotools.api.filter that return PropertyIsGreaterThanModifier and TypeMethodDescriptionFilterFactory.greater(Expression expr1, Expression expr2) Checks that the first sub-expression is greater than the second subexpression.FilterFactory.greater(Expression expr1, Expression expr2, boolean matchCase) Checks that the first sub-expression is greater than the second subexpression.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 PropertyIsGreaterThanModifier and TypeMethodDescriptionFilterVisitor.visit(PropertyIsGreaterThan filter, Object extraData) -
Uses of PropertyIsGreaterThan in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsGreaterThanModifier and TypeMethodDescriptionNestedFilterToSQL.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 PropertyIsGreaterThanModifier and TypeMethodDescriptionUnmappingFilterVisitor.visit(PropertyIsGreaterThan filter, Object arg1) -
Uses of PropertyIsGreaterThan in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsGreaterThanModifier and TypeMethodDescriptionFilterToSQL.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 PropertyIsGreaterThanModifier and TypeMethodDescriptionAbstractFilterToMongo.visit(PropertyIsGreaterThan filter, Object extraData) -
Uses of PropertyIsGreaterThan in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsGreaterThanMethods in org.geotools.filter that return PropertyIsGreaterThanModifier and TypeMethodDescriptionFilterFactoryImpl.greater(Expression expr1, Expression expr2) FilterFactoryImpl.greater(Expression expr1, Expression expr2, boolean matchCase) 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 PropertyIsGreaterThanModifier and TypeMethodDescriptionAbstractFilterBuilder.buildGreater()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 PropertyIsGreaterThanModifier and TypeMethodDescriptionFilterToCQL2Json.visit(PropertyIsGreaterThan filter, Object extraData) -
Uses of PropertyIsGreaterThan in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsGreaterThanModifier and TypeMethodDescriptionAbstractFilterVisitor.visit(PropertyIsGreaterThan filter, Object data) Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set.AbstractFinderFilterVisitor.visit(PropertyIsGreaterThan filter, Object data) AbstractSearchFilterVisitor.visit(PropertyIsGreaterThan filter, Object data) BindingFilterVisitor.visit(PropertyIsGreaterThan filter, Object extraData) CapabilitiesFilterSplitter.visit(PropertyIsGreaterThan filter, Object notUsed) DefaultFilterVisitor.visit(PropertyIsGreaterThan filter, Object data) DuplicatingFilterVisitor.visit(PropertyIsGreaterThan filter, Object extraData) ExtractBoundsFilterVisitor.visit(PropertyIsGreaterThan filter, Object data) FilterVisitorSupport.visit(PropertyIsGreaterThan filter, Object extraData) IsFullySupportedFilterVisitor.visit(PropertyIsGreaterThan filter, Object extraData) IsSupportedFilterVisitor.visit(PropertyIsGreaterThan filter, Object extraData) LiteralDemultiplyingFilterVisitor.visit(PropertyIsGreaterThan filter, Object extraData) NullFilterVisitor.visit(PropertyIsGreaterThan filter, Object data) OperatorNameFilterVisitor.visit(PropertyIsGreaterThan filter, Object extraData) PostPreProcessFilterSplittingVisitor.visit(PropertyIsGreaterThan filter, Object notUsed) SimplifyingFilterVisitor.visit(PropertyIsGreaterThan filter, Object extraData) -
Uses of PropertyIsGreaterThan in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsGreaterThanModifier and TypeMethodDescriptionTimeRangeVisitor.visit(PropertyIsGreaterThan filter, Object extraData) -
Uses of PropertyIsGreaterThan in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsGreaterThanModifier and TypeMethodDescriptionFilterCompliancePreProcessor.visit(PropertyIsGreaterThan filter, Object extraData) FilterEncodingPreProcessor.visit(PropertyIsGreaterThan filter, Object extraData) FilterTransformer.FilterTranslator.visit(PropertyIsGreaterThan filter, Object extraData)