Uses of Class
org.geotools.api.filter.expression.NilExpression
Packages that use NilExpression
Package
Description
An expression is a combination of one or more elements that evaluate to single
Object
value.The package name does not map the prefix name because we feel that this
is a better representation.
-
Uses of NilExpression in org.geotools.api.filter.expression
Methods in org.geotools.api.filter.expression with parameters of type NilExpressionModifier and TypeMethodDescriptionExpressionVisitor.visit
(NilExpression expression, Object extraData) Used to visit a Expression.NIL, also called fornull
where an expression is expected. -
Uses of NilExpression in org.geotools.brewer.styling.filter.expression
Methods in org.geotools.brewer.styling.filter.expression that return NilExpressionMethods in org.geotools.brewer.styling.filter.expression that return types with arguments of type NilExpressionModifier and TypeMethodDescriptionNilBuilder.reset()
NilBuilder.reset
(NilExpression original) NilBuilder.unset()
Methods in org.geotools.brewer.styling.filter.expression with parameters of type NilExpression -
Uses of NilExpression in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type NilExpressionModifier and TypeMethodDescriptionComplexFilterSplitter.CapabilitiesExpressionVisitor.visit
(NilExpression expr, Object extraData) UnmappingFilterVisitor.visit
(NilExpression expr, Object arg1) -
Uses of NilExpression in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type NilExpression -
Uses of NilExpression in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type NilExpressionModifier and TypeMethodDescriptionAbstractFilterToMongo.visit
(NilExpression expression, Object extraData) -
Uses of NilExpression in org.geotools.filter.expression
Methods in org.geotools.filter.expression with parameters of type NilExpressionModifier and TypeMethodDescriptionAbstractExpressionVisitor.visit
(NilExpression expr, Object extraData) -
Uses of NilExpression in org.geotools.filter.text.commons
Methods in org.geotools.filter.text.commons with parameters of type NilExpressionModifier and TypeMethodDescriptionExpressionToText.visit
(NilExpression expression, Object extraData) -
Uses of NilExpression in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type NilExpressionModifier and TypeMethodDescriptionExpressionToCQL2Json.visit
(NilExpression expression, Object extraData) -
Uses of NilExpression in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type NilExpressionModifier and TypeMethodDescriptionAbstractFinderFilterVisitor.visit
(NilExpression expression, Object data) AbstractSearchFilterVisitor.visit
(NilExpression expression, Object data) CapabilitiesFilterSplitter.visit
(NilExpression nilExpression, Object notUsed) DefaultExpressionVisitor.visit
(NilExpression expression, Object data) DefaultFilterVisitor.visit
(NilExpression expression, Object data) DuplicatingFilterVisitor.visit
(NilExpression expression, Object extraData) ExpressionTypeVisitor.visit
(NilExpression expression, Object extraData) ExtractBoundsFilterVisitor.visit
(NilExpression expression, Object data) IsFullySupportedFilterVisitor.visit
(NilExpression expression, Object extraData) NilExpression is a placeholder and is never supportedIsStaticExpressionVisitor.visit
(NilExpression expression, Object data) visit each expression and check that they are staticIsSupportedFilterVisitor.visit
(NilExpression expression, Object extraData) NilExpression is a placeholder and is never supportedNullExpressionVisitor.visit
(NilExpression expression, Object extraData) NullFilterVisitor.visit
(NilExpression expression, Object data) PostPreProcessFilterSplittingVisitor.visit
(NilExpression nilExpression, Object notUsed) -
Uses of NilExpression in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type NilExpressionModifier and TypeMethodDescriptionFilterTransformer.FilterTranslator.visit
(NilExpression expression, Object extraData)