Uses of Interface
org.geotools.api.filter.temporal.AnyInteracts
-
Packages that use AnyInteracts Package Description org.geotools.api.filter Filters features according their properties.org.geotools.data.complex.filter org.geotools.data.jdbc org.geotools.data.mongodb org.geotools.filter org.geotools.filter.temporal 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 AnyInteracts in org.geotools.api.filter
Methods in org.geotools.api.filter that return AnyInteracts Modifier and Type Method Description AnyInteracts
FilterFactory. anyInteracts(Expression expr1, Expression expr2)
Checks if one expression temporally interacts in any way with anotherAnyInteracts
FilterFactory. 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 AnyInteracts Modifier and Type Method Description Object
FilterVisitor. 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 AnyInteracts Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
-
Uses of AnyInteracts in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type AnyInteracts Modifier and Type Method Description Object
FilterToSQL. visit(AnyInteracts anyInteracts, Object extraData)
-
Uses of AnyInteracts in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type AnyInteracts Modifier and Type Method Description Object
AbstractFilterToMongo. visit(AnyInteracts anyInteracts, Object extraData)
-
Uses of AnyInteracts in org.geotools.filter
Methods in org.geotools.filter that return AnyInteracts Modifier and Type Method Description AnyInteracts
FilterFactoryImpl. anyInteracts(Expression expr1, Expression expr2)
AnyInteracts
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 Modifier and Type Class Description class
AnyInteractsImpl
-
Uses of AnyInteracts in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type AnyInteracts Modifier and Type Method Description Object
FilterToCQL2Json. visit(AnyInteracts anyInteracts, Object extraData)
-
Uses of AnyInteracts in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type AnyInteracts Modifier and Type Method Description Object
AbstractFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
Object
AbstractFinderFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
Object
AbstractSearchFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
Object
BindingFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
Object
CapabilitiesFilterSplitter. visit(AnyInteracts anyInteracts, Object extraData)
Object
DefaultFilterVisitor. visit(AnyInteracts anyInteracts, Object data)
Object
DuplicatingFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(AnyInteracts anyInteracts, Object data)
Object
FilterVisitorSupport. visit(AnyInteracts filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
Object
IsSupportedFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
Object
LiteralDemultiplyingFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
Object
NullFilterVisitor. visit(AnyInteracts anyInteracts, Object data)
Object
OperatorNameFilterVisitor. visit(AnyInteracts anyInteracts, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(AnyInteracts anyInteracts, Object extraData)
-
Uses of AnyInteracts in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type AnyInteracts Modifier and Type Method Description Object
TimeRangeVisitor. visit(AnyInteracts anyInteracts, Object extraData)
-
Uses of AnyInteracts in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type AnyInteracts Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(AnyInteracts anyInteracts, Object extraData)
Object
FilterEncodingPreProcessor. visit(AnyInteracts anyInteracts, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(AnyInteracts anyInteracts, Object extraData)
-