Uses of Interface
org.geotools.api.filter.PropertyIsNil
-
Packages that use PropertyIsNil Package Description org.geotools.api.filter Filters features according their properties.org.geotools.data.complex.filter org.geotools.data.jdbc org.geotools.data.mongodb org.geotools.filter 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 PropertyIsNil in org.geotools.api.filter
Methods in org.geotools.api.filter that return PropertyIsNil Modifier and Type Method Description PropertyIsNil
FilterFactory. isNil(Expression expr, Object nilReason)
Checks if an expression's value is nil.Methods in org.geotools.api.filter with parameters of type PropertyIsNil Modifier and Type Method Description Object
FilterVisitor. visit(PropertyIsNil filter, Object extraData)
-
Uses of PropertyIsNil in org.geotools.data.complex.filter
Methods in org.geotools.data.complex.filter with parameters of type PropertyIsNil Modifier and Type Method Description Object
UnmappingFilterVisitor. visit(PropertyIsNil filter, Object extraData)
-
Uses of PropertyIsNil in org.geotools.data.jdbc
Methods in org.geotools.data.jdbc with parameters of type PropertyIsNil Modifier and Type Method Description Object
FilterToSQL. visit(PropertyIsNil filter, Object extraData)
-
Uses of PropertyIsNil in org.geotools.data.mongodb
Methods in org.geotools.data.mongodb with parameters of type PropertyIsNil Modifier and Type Method Description Object
AbstractFilterToMongo. visit(PropertyIsNil filter, Object extraData)
-
Uses of PropertyIsNil in org.geotools.filter
Classes in org.geotools.filter that implement PropertyIsNil Modifier and Type Class Description class
IsNilImpl
JD: PropertyIsNil requires us to return true if a property is "nil" in the xml schema sense.Methods in org.geotools.filter that return PropertyIsNil Modifier and Type Method Description PropertyIsNil
FilterFactoryImpl. isNil(Expression expr, Object nilReason)
-
Uses of PropertyIsNil in org.geotools.filter.text.cqljson
Methods in org.geotools.filter.text.cqljson with parameters of type PropertyIsNil Modifier and Type Method Description Object
FilterToCQL2Json. visit(PropertyIsNil filter, Object extraData)
-
Uses of PropertyIsNil in org.geotools.filter.visitor
Methods in org.geotools.filter.visitor with parameters of type PropertyIsNil Modifier and Type Method Description Object
AbstractFilterVisitor. visit(PropertyIsNil filter, Object extraData)
Visits filter.getExpression() if an expression visitor was set.Object
AbstractFinderFilterVisitor. visit(PropertyIsNil filter, Object data)
Object
AbstractSearchFilterVisitor. visit(PropertyIsNil filter, Object data)
Object
CapabilitiesFilterSplitter. visit(PropertyIsNil filter, Object extraData)
Object
DefaultFilterVisitor. visit(PropertyIsNil filter, Object data)
Object
DuplicatingFilterVisitor. visit(PropertyIsNil filter, Object extraData)
Object
ExtractBoundsFilterVisitor. visit(PropertyIsNil filter, Object data)
Object
IsFullySupportedFilterVisitor. visit(PropertyIsNil filter, Object extraData)
Object
IsSupportedFilterVisitor. visit(PropertyIsNil filter, Object extraData)
Object
NullFilterVisitor. visit(PropertyIsNil filter, Object data)
Object
OperatorNameFilterVisitor. visit(PropertyIsNil filter, Object extraData)
Object
PostPreProcessFilterSplittingVisitor. visit(PropertyIsNil filter, Object extraData)
Object
SimplifyingFilterVisitor. visit(PropertyIsNil filter, Object extraData)
-
Uses of PropertyIsNil in org.geotools.stac.store
Methods in org.geotools.stac.store with parameters of type PropertyIsNil Modifier and Type Method Description Object
TimeRangeVisitor. visit(PropertyIsNil filter, Object extraData)
-
Uses of PropertyIsNil in org.geotools.vectormosaic
Methods in org.geotools.vectormosaic with parameters of type PropertyIsNil Modifier and Type Method Description Object
VectorMosaicPostPreFilterSplitter. visit(PropertyIsNil filter, Object extraData)
-
Uses of PropertyIsNil in org.geotools.xml.filter
Methods in org.geotools.xml.filter with parameters of type PropertyIsNil Modifier and Type Method Description Object
FilterCompliancePreProcessor. visit(PropertyIsNil filter, Object extraData)
Object
FilterEncodingPreProcessor. visit(PropertyIsNil filter, Object extraData)
Object
FilterTransformer.FilterTranslator. visit(PropertyIsNil filter, Object extraData)
-