Uses of Interface
org.geotools.api.filter.PropertyIsNull
Packages that use PropertyIsNull
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 PropertyIsNull in org.geotools.api.filter
Methods in org.geotools.api.filter that return PropertyIsNullModifier and TypeMethodDescriptionFilterFactory.isNull
(Expression expr) Checks if an expression's value isnull
.Methods in org.geotools.api.filter with parameters of type PropertyIsNull -
Uses of PropertyIsNull in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsNullModifier and TypeMethodDescriptionNestedFilterToSQL.visit
(PropertyIsNull filter, Object extraData) -
Uses of PropertyIsNull in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type PropertyIsNullModifier and TypeMethodDescriptionUnmappingFilterVisitor.visit
(PropertyIsNull filter, Object arg1) -
Uses of PropertyIsNull in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsNullModifier and TypeMethodDescriptionFilterToSQL.visit
(PropertyIsNull filter, Object extraData) Writes the SQL for the Null Filter. -
Uses of PropertyIsNull in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type PropertyIsNullModifier and TypeMethodDescriptionAbstractFilterToMongo.visit
(PropertyIsNull filter, Object extraData) MongoFilterSplitter.visit
(PropertyIsNull filter, Object notUsed) -
Uses of PropertyIsNull in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsNullModifier and TypeClassDescriptionclass
class
Defines a null filter, which checks to see if an attribute is null.Methods in org.geotools.filter that return PropertyIsNullModifier and TypeMethodDescriptionFilterFactoryImpl.isNull
(Expression expr) XXX Java 5 type narrowing used to make generated class explicit for chaining -
Uses of PropertyIsNull in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons that return PropertyIsNullModifier and TypeMethodDescriptionAbstractFilterBuilder.buildPropertyIsNull()
Builds property is null filterMethods in org.geotools.filter.text.commons with parameters of type PropertyIsNullModifier and TypeMethodDescriptionstatic Object
FilterToTextUtil.buildIsNull
(PropertyIsNull filter, Object extraData) -
Uses of PropertyIsNull in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type PropertyIsNullModifier and TypeMethodDescriptionFilterToCQL2Json.visit
(PropertyIsNull filter, Object extraData) -
Uses of PropertyIsNull in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsNullModifier and TypeMethodDescriptionAbstractFilterVisitor.visit
(PropertyIsNull filter, Object data) Visits filter.getExpression() if an expression visitor was set.AbstractFinderFilterVisitor.visit
(PropertyIsNull filter, Object data) AbstractSearchFilterVisitor.visit
(PropertyIsNull filter, Object data) CapabilitiesFilterSplitter.visit
(PropertyIsNull filter, Object notUsed) DefaultFilterVisitor.visit
(PropertyIsNull filter, Object data) DuplicatingFilterVisitor.visit
(PropertyIsNull filter, Object extraData) ExtractBoundsFilterVisitor.visit
(PropertyIsNull filter, Object data) IsFullySupportedFilterVisitor.visit
(PropertyIsNull filter, Object extraData) IsSupportedFilterVisitor.visit
(PropertyIsNull filter, Object extraData) NullFilterVisitor.visit
(PropertyIsNull filter, Object data) OperatorNameFilterVisitor.visit
(PropertyIsNull filter, Object extraData) PostPreProcessFilterSplittingVisitor.visit
(PropertyIsNull filter, Object notUsed) SimplifyingFilterVisitor.visit
(PropertyIsNull filter, Object extraData) -
Uses of PropertyIsNull in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsNullModifier and TypeMethodDescriptionTimeRangeVisitor.visit
(PropertyIsNull filter, Object extraData) -
Uses of PropertyIsNull in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type PropertyIsNullModifier and TypeMethodDescriptionVectorMosaicPostPreFilterSplitter.visit
(PropertyIsNull filter, Object extraData) -
Uses of PropertyIsNull in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsNullModifier and TypeMethodDescriptionFilterCompliancePreProcessor.visit
(PropertyIsNull filter, Object extraData) void
FilterEncodingPreProcessor.visit
(PropertyIsNull filter) FilterEncodingPreProcessor.visit
(PropertyIsNull filter, Object extraData) FilterTransformer.FilterTranslator.visit
(PropertyIsNull filter, Object extraData)