Uses of Interface
org.geotools.api.filter.Not
Packages that use Not
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 Not in org.geotools.api.filter
Methods in org.geotools.api.filter that return NotModifier and TypeMethodDescriptionReverses the logical value of a filter.Methods in org.geotools.api.filter with parameters of type Not -
Uses of Not in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type Not -
Uses of Not in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type Not -
Uses of Not in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type Not -
Uses of Not in org.geotools.filter
Classes in org.geotools.filter that implement NotMethods in org.geotools.filter that return Not -
Uses of Not in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return NotModifier and TypeMethodDescriptionAbstractFilterBuilder.buildNotBetween()
AbstractFilterBuilder.buildNotFilter
(Filter eq) AbstractFilterBuilder.buildNotLikeFilter
(boolean matchCase) AbstractFilterBuilder.buildPorpertyNotIsNull()
Methods in org.geotools.filter.text.commons with parameters of type NotModifier and TypeMethodDescriptionstatic Object
FilterToTextUtil.buildNot
(FilterVisitor filterToCQL, Not filter, Object extraData) -
Uses of Not in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type Not -
Uses of Not in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type NotModifier and TypeMethodDescriptionVisits filter.getFilter(). -
Uses of Not in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type Not -
Uses of Not in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type NotModifier and TypeMethodDescriptionvoid
void
FilterEncodingPreProcessor.visitLogicFilter
(Not filter)