Uses of Interface
org.geotools.api.filter.PropertyIsLessThan
Packages that use PropertyIsLessThan
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 PropertyIsLessThan in org.geotools.api.filter
Methods in org.geotools.api.filter that return PropertyIsLessThanModifier and TypeMethodDescriptionFilterFactory.less(Expression expr1, Expression expr2) Checks that its first sub-expression is less than its second subexpression.FilterFactory.less(Expression expr1, Expression expr2, boolean matchCase) FilterFactory.less(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) Methods in org.geotools.api.filter with parameters of type PropertyIsLessThanModifier and TypeMethodDescriptionFilterVisitor.visit(PropertyIsLessThan filter, Object extraData) -
Uses of PropertyIsLessThan in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsLessThanModifier and TypeMethodDescriptionNestedFilterToSQL.visit(PropertyIsLessThan filter, Object extraData) -
Uses of PropertyIsLessThan in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type PropertyIsLessThanModifier and TypeMethodDescriptionUnmappingFilterVisitor.visit(PropertyIsLessThan filter, Object arg1) -
Uses of PropertyIsLessThan in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsLessThanModifier and TypeMethodDescriptionFilterToSQL.visit(PropertyIsLessThan filter, Object extraData) Write the SQL for this kind of filter -
Uses of PropertyIsLessThan in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type PropertyIsLessThanModifier and TypeMethodDescriptionAbstractFilterToMongo.visit(PropertyIsLessThan filter, Object extraData) -
Uses of PropertyIsLessThan in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsLessThanMethods in org.geotools.filter that return PropertyIsLessThanModifier and TypeMethodDescriptionFilterFactoryImpl.less(Expression expr1, Expression expr2) FilterFactoryImpl.less(Expression expr1, Expression expr2, boolean matchCase) FilterFactoryImpl.less(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction) -
Uses of PropertyIsLessThan in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return PropertyIsLessThanModifier and TypeMethodDescriptionAbstractFilterBuilder.buildLess()AbstractFilterBuilder.buildPropertyIsLTFirsDate() -
Uses of PropertyIsLessThan in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type PropertyIsLessThanModifier and TypeMethodDescriptionFilterToCQL2Json.visit(PropertyIsLessThan filter, Object extraData) -
Uses of PropertyIsLessThan in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsLessThanModifier and TypeMethodDescriptionAbstractFilterVisitor.visit(PropertyIsLessThan filter, Object data) Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set.AbstractFinderFilterVisitor.visit(PropertyIsLessThan filter, Object data) AbstractSearchFilterVisitor.visit(PropertyIsLessThan filter, Object data) BindingFilterVisitor.visit(PropertyIsLessThan filter, Object extraData) CapabilitiesFilterSplitter.visit(PropertyIsLessThan filter, Object notUsed) DefaultFilterVisitor.visit(PropertyIsLessThan filter, Object data) DuplicatingFilterVisitor.visit(PropertyIsLessThan filter, Object extraData) ExtractBoundsFilterVisitor.visit(PropertyIsLessThan filter, Object data) FilterVisitorSupport.visit(PropertyIsLessThan filter, Object extraData) IsFullySupportedFilterVisitor.visit(PropertyIsLessThan filter, Object extraData) IsSupportedFilterVisitor.visit(PropertyIsLessThan filter, Object extraData) LiteralDemultiplyingFilterVisitor.visit(PropertyIsLessThan filter, Object extraData) NullFilterVisitor.visit(PropertyIsLessThan filter, Object data) OperatorNameFilterVisitor.visit(PropertyIsLessThan filter, Object extraData) PostPreProcessFilterSplittingVisitor.visit(PropertyIsLessThan filter, Object notUsed) SimplifyingFilterVisitor.visit(PropertyIsLessThan filter, Object extraData) -
Uses of PropertyIsLessThan in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsLessThanModifier and TypeMethodDescriptionTimeRangeVisitor.visit(PropertyIsLessThan filter, Object extraData) -
Uses of PropertyIsLessThan in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsLessThanModifier and TypeMethodDescriptionFilterCompliancePreProcessor.visit(PropertyIsLessThan filter, Object extraData) FilterEncodingPreProcessor.visit(PropertyIsLessThan filter, Object extraData) FilterTransformer.FilterTranslator.visit(PropertyIsLessThan filter, Object extraData)