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