Uses of Interface
org.geotools.api.filter.temporal.AnyInteracts
Packages that use AnyInteracts
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 AnyInteracts in org.geotools.api.filter
Methods in org.geotools.api.filter that return AnyInteractsModifier and TypeMethodDescriptionFilterFactory.anyInteracts(Expression expr1, Expression expr2) Checks if one expression temporally interacts in any way with anotherFilterFactory.anyInteracts(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) Checks if one expression temporally interacts in any way with anotherMethods in org.geotools.api.filter with parameters of type AnyInteractsModifier and TypeMethodDescriptionFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) -
Uses of AnyInteracts in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type AnyInteractsModifier and TypeMethodDescriptionUnmappingFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) -
Uses of AnyInteracts in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type AnyInteracts -
Uses of AnyInteracts in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type AnyInteractsModifier and TypeMethodDescriptionAbstractFilterToMongo.visit(AnyInteracts anyInteracts, Object extraData) -
Uses of AnyInteracts in org.geotools.filter
Methods in org.geotools.filter that return AnyInteractsModifier and TypeMethodDescriptionFilterFactoryImpl.anyInteracts(Expression expr1, Expression expr2) FilterFactoryImpl.anyInteracts(Expression expr1, Expression expr2, MultiValuedFilter.MatchAction matchAction) -
Uses of AnyInteracts in org.geotools.filter.temporal
Classes in org.geotools.filter.temporal that implement AnyInteracts -
Uses of AnyInteracts in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type AnyInteractsModifier and TypeMethodDescriptionFilterToCQL2Json.visit(AnyInteracts anyInteracts, Object extraData) -
Uses of AnyInteracts in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type AnyInteractsModifier and TypeMethodDescriptionAbstractFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) AbstractFinderFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) AbstractSearchFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) BindingFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) CapabilitiesFilterSplitter.visit(AnyInteracts anyInteracts, Object extraData) DefaultFilterVisitor.visit(AnyInteracts anyInteracts, Object data) DuplicatingFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) ExtractBoundsFilterVisitor.visit(AnyInteracts anyInteracts, Object data) FilterVisitorSupport.visit(AnyInteracts filter, Object extraData) IsFullySupportedFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) IsSupportedFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) LiteralDemultiplyingFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) NullFilterVisitor.visit(AnyInteracts anyInteracts, Object data) OperatorNameFilterVisitor.visit(AnyInteracts anyInteracts, Object extraData) PostPreProcessFilterSplittingVisitor.visit(AnyInteracts anyInteracts, Object extraData) -
Uses of AnyInteracts in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type AnyInteractsModifier and TypeMethodDescriptionTimeRangeVisitor.visit(AnyInteracts anyInteracts, Object extraData) -
Uses of AnyInteracts in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type AnyInteractsModifier and TypeMethodDescriptionFilterCompliancePreProcessor.visit(AnyInteracts anyInteracts, Object extraData) FilterEncodingPreProcessor.visit(AnyInteracts anyInteracts, Object extraData) FilterTransformer.FilterTranslator.visit(AnyInteracts anyInteracts, Object extraData)