Uses of Interface
org.geotools.api.filter.PropertyIsLessThan
-
Packages that use PropertyIsLessThan 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 PropertyIsLessThan in org.geotools.api.filter
Methods in org.geotools.api.filter that return PropertyIsLessThan Modifier and Type Method Description PropertyIsLessThan
FilterFactory. less(Expression expr1, Expression expr2)
Checks that its first sub-expression is less than its second subexpression.PropertyIsLessThan
FilterFactory. less(Expression expr1, Expression expr2, boolean matchCase)
PropertyIsLessThan
FilterFactory. less(Expression expr1, Expression expr2, boolean matchCase, MultiValuedFilter.MatchAction matchAction)
Methods in org.geotools.api.filter with parameters of type PropertyIsLessThan Modifier and Type Method Description Object
FilterVisitor. visit(PropertyIsLessThan filter, Object extraData)
-
Uses of PropertyIsLessThan in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsLessThan Modifier and Type Method Description Object
NestedFilterToSQL. 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 PropertyIsLessThan Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(PropertyIsLessThan filter, Object arg1)
-
Uses of PropertyIsLessThan in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsLessThan Modifier and Type Method Description Object
FilterToSQL. 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 PropertyIsLessThan Modifier and Type Method Description Object
AbstractFilterToMongo. visit(PropertyIsLessThan filter, Object extraData)
-
Uses of PropertyIsLessThan in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsLessThan Modifier and Type Class Description class
IsLessThenImpl
Methods in org.geotools.filter that return PropertyIsLessThan Modifier and Type Method Description PropertyIsLessThan
FilterFactoryImpl. less(Expression expr1, Expression expr2)
PropertyIsLessThan
FilterFactoryImpl. less(Expression expr1, Expression expr2, boolean matchCase)
PropertyIsLessThan
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 PropertyIsLessThan Modifier and Type Method Description PropertyIsLessThan
AbstractFilterBuilder. buildLess()
PropertyIsLessThan
AbstractFilterBuilder. buildPropertyIsLTFirsDate()
-
Uses of PropertyIsLessThan in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type PropertyIsLessThan Modifier and Type Method Description Object
FilterToCQL2Json. visit(PropertyIsLessThan filter, Object extraData)
-
Uses of PropertyIsLessThan in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsLessThan Modifier and Type Method Description Object
AbstractFilterVisitor. visit(PropertyIsLessThan filter, Object data)
Visits filter.getExpression1(), and filter.getExpression2() if an expression visitor was set.Object
AbstractFinderFilterVisitor. visit(PropertyIsLessThan filter, Object data)
Object
AbstractSearchFilterVisitor. visit(PropertyIsLessThan filter, Object data)
Object
BindingFilterVisitor. visit(PropertyIsLessThan filter, Object extraData)
Object
CapabilitiesFilterSplitter. visit(PropertyIsLessThan filter, Object notUsed)
Object
DefaultFilterVisitor. visit(PropertyIsLessThan filter, Object data)
Object
DuplicatingFilterVisitor. visit(PropertyIsLessThan filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(PropertyIsLessThan filter, Object data)
Object
FilterVisitorSupport. visit(PropertyIsLessThan filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(PropertyIsLessThan filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(PropertyIsLessThan filter, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(PropertyIsLessThan filter, Object extraData)
Object
NullFilterVisitor. visit(PropertyIsLessThan filter, Object data)
Object
OperatorNameFilterVisitor. visit(PropertyIsLessThan filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(PropertyIsLessThan filter, Object notUsed)
Object
SimplifyingFilterVisitor. visit(PropertyIsLessThan filter, Object extraData)
-
Uses of PropertyIsLessThan in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsLessThan Modifier and Type Method Description Object
TimeRangeVisitor. visit(PropertyIsLessThan filter, Object extraData)
-
Uses of PropertyIsLessThan in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsLessThan Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(PropertyIsLessThan filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(PropertyIsLessThan filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(PropertyIsLessThan filter, Object extraData)
-