Uses of Interface
org.geotools.api.filter.PropertyIsNull
-
Packages that use PropertyIsNull Package Description org.geotools.api.filter Filters features according their properties.org.geotools.appschema.jdbc 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.vectormosaic org.geotools.xml.filter 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 PropertyIsNull Modifier and Type Method Description PropertyIsNull
FilterFactory. isNull(Expression expr)
Checks if an expression's value isnull
.Methods in org.geotools.api.filter with parameters of type PropertyIsNull Modifier and Type Method Description Object
FilterVisitor. visit(PropertyIsNull filter, Object extraData)
-
Uses of PropertyIsNull in org.geotools.appschema.jdbc
Methods in org.geotools.appschema.jdbc with parameters of type PropertyIsNull Modifier and Type Method Description Object
NestedFilterToSQL. 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 PropertyIsNull Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(PropertyIsNull filter, Object arg1)
-
Uses of PropertyIsNull in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsNull Modifier and Type Method Description Object
FilterToSQL. 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 PropertyIsNull Modifier and Type Method Description Object
AbstractFilterToMongo. visit(PropertyIsNull filter, Object extraData)
Object
MongoFilterSplitter. visit(PropertyIsNull filter, Object notUsed)
-
Uses of PropertyIsNull in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsNull Modifier and Type Class Description class
IsNullImpl
class
NullFilterImpl
Defines a null filter, which checks to see if an attribute is null.Methods in org.geotools.filter that return PropertyIsNull Modifier and Type Method Description PropertyIsNull
FilterFactoryImpl. 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 PropertyIsNull Modifier and Type Method Description PropertyIsNull
AbstractFilterBuilder. buildPropertyIsNull()
Builds property is null filterMethods in org.geotools.filter.text.commons with parameters of type PropertyIsNull Modifier and Type Method Description static 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 PropertyIsNull Modifier and Type Method Description Object
FilterToCQL2Json. visit(PropertyIsNull filter, Object extraData)
-
Uses of PropertyIsNull in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsNull Modifier and Type Method Description Object
AbstractFilterVisitor. visit(PropertyIsNull filter, Object data)
Visits filter.getExpression() if an expression visitor was set.Object
AbstractFinderFilterVisitor. visit(PropertyIsNull filter, Object data)
Object
AbstractSearchFilterVisitor. visit(PropertyIsNull filter, Object data)
Object
CapabilitiesFilterSplitter. visit(PropertyIsNull filter, Object notUsed)
Object
DefaultFilterVisitor. visit(PropertyIsNull filter, Object data)
Object
DuplicatingFilterVisitor. visit(PropertyIsNull filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(PropertyIsNull filter, Object data)
Object
IsFullySupportedFilterVisitor. visit(PropertyIsNull filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(PropertyIsNull filter, Object extraData)
Object
NullFilterVisitor. visit(PropertyIsNull filter, Object data)
Object
OperatorNameFilterVisitor. visit(PropertyIsNull filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(PropertyIsNull filter, Object notUsed)
Object
SimplifyingFilterVisitor. visit(PropertyIsNull filter, Object extraData)
-
Uses of PropertyIsNull in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsNull Modifier and Type Method Description Object
TimeRangeVisitor. visit(PropertyIsNull filter, Object extraData)
-
Uses of PropertyIsNull in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type PropertyIsNull Modifier and Type Method Description Object
VectorMosaicPostPreFilterSplitter. visit(PropertyIsNull filter, Object extraData)
-
Uses of PropertyIsNull in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsNull Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(PropertyIsNull filter, Object extraData)
void
FilterEncodingPreProcessor. visit(PropertyIsNull filter)
Object
FilterEncodingPreProcessor. visit(PropertyIsNull filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(PropertyIsNull filter, Object extraData)
-