Uses of Interface
org.geotools.api.filter.And
-
Packages that use And Package Description org.geotools.api.filter Filters features according their properties.org.geotools.brewer.styling.filter 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 And in org.geotools.api.filter
Methods in org.geotools.api.filter that return And Modifier and Type Method Description And
FilterFactory. and(List<Filter> f)
AND
filter between a list of filters.And
FilterFactory. and(Filter f, Filter g)
AND
filter between two filters.Methods in org.geotools.api.filter with parameters of type And Modifier and Type Method Description Object
FilterVisitor. visit(And filter, Object extraData)
-
Uses of And in org.geotools.brewer.styling.filter
Methods in org.geotools.brewer.styling.filter that return And Modifier and Type Method Description And
AndBuilder. build()
Build an And filterMethods in org.geotools.brewer.styling.filter with parameters of type And Modifier and Type Method Description AndBuilder<P>
AndBuilder. reset(And filter)
-
Uses of And in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type And Modifier and Type Method Description Object
IndexCombinedFilterTransformerVisitor. visit(And filter, Object extraData)
Object
IndexedFilterDetectorVisitor. visit(And filter, Object data)
Object
UnmappingFilterVisitor. visit(And filter, Object arg1)
-
Uses of And in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type And Modifier and Type Method Description Object
FilterToSQL. visit(And filter, Object extraData)
Write the SQL for an And filter -
Uses of And in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type And Modifier and Type Method Description Object
AbstractFilterToMongo. visit(And filter, Object extraData)
-
Uses of And in org.geotools.filter
Classes in org.geotools.filter that implement And Modifier and Type Class Description class
AndImpl
Direct implementation of And filter.Methods in org.geotools.filter that return And Modifier and Type Method Description And
FilterFactoryImpl. and(List<Filter> filters)
And
FilterFactoryImpl. and(Filter f, Filter g)
-
Uses of And in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return And Modifier and Type Method Description And
AbstractFilterBuilder. buildPropertyBetweenDates()
Create an AND filter with property between dates of period. -
Uses of And in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type And Modifier and Type Method Description Object
FilterToCQL2Json. visit(And filter, Object extraData)
-
Uses of And in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type And Modifier and Type Method Description Object
AbstractFilterVisitor. visit(And filter, Object data)
Visits elements of filter.getChildren().Object
AbstractFinderFilterVisitor. visit(And filter, Object data)
Object
AbstractSearchFilterVisitor. visit(And filter, Object data)
Object
CapabilitiesFilterSplitter. visit(And filter, Object notUsed)
Object
DefaultFilterVisitor. visit(And filter, Object data)
Object
DuplicatingFilterVisitor. visit(And filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(And filter, Object data)
Object
FilterVisitorSupport. visit(And filter, Object extraData)
Object
IsFullySupportedFilterVisitor. visit(And filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(And filter, Object extraData)
Object
NullFilterVisitor. visit(And filter, Object data)
Object
OperatorNameFilterVisitor. visit(And filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(And filter, Object notUsed)
Object
SimplifyingFilterVisitor. visit(And filter, Object extraData)
-
Uses of And in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type And Modifier and Type Method Description Object
TimeRangeVisitor. visit(And filter, Object extraData)
-
Uses of And in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type And Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(And filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(And filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(And filter, Object extraData)
-