Uses of Interface
org.opengis.filter.PropertyIsNull

Packages that use PropertyIsNull
org.geotools.data.complex.filter   
org.geotools.data.jdbc   
org.geotools.filter   
org.geotools.filter.text.commons   
org.geotools.filter.visitor   
org.geotools.xml.filter The package name does not map the prefix name because we feel that this is a better representation. 
org.opengis.filter Filters features according their properties. 
 

Uses of PropertyIsNull in org.geotools.data.complex.filter
 

Methods in org.geotools.data.complex.filter with parameters of type PropertyIsNull
 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
 Object FilterToSQL.visit(PropertyIsNull filter, Object extraData)
          Writes the SQL for the Null Filter.
 

Uses of PropertyIsNull in org.geotools.filter
 

Subinterfaces of PropertyIsNull in org.geotools.filter
 interface NullFilter
          Deprecated. use PropertyIsNull
 

Classes in org.geotools.filter that implement PropertyIsNull
 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
 PropertyIsNull FilterFactoryImpl.isNull(Expression expr)
          XXX Java 5 type narrowing used to make generated class explicit for chaining
 

Methods in org.geotools.filter with parameters of type PropertyIsNull
 Object FilterTransformer.FilterTranslator.visit(PropertyIsNull filter, Object extraData)
           
 Object FilterVisitorFilterWrapper.visit(PropertyIsNull filter, Object extraData)
           
 

Uses of PropertyIsNull in org.geotools.filter.text.commons
 

Methods in org.geotools.filter.text.commons that return PropertyIsNull
 PropertyIsNull AbstractFilterBuilder.buildPropertyIsNull()
          Builds property is null filter
 

Methods in org.geotools.filter.text.commons with parameters of type PropertyIsNull
static Object FilterToTextUtil.buildIsNull(PropertyIsNull filter, Object extraData)
           
 

Uses of PropertyIsNull in org.geotools.filter.visitor
 

Methods in org.geotools.filter.visitor with parameters of type PropertyIsNull
 Object AbstractFilterVisitor.visit(PropertyIsNull filter, Object data)
          Deprecated. Visits filter.getExpression() if an expression visitor was set.
 Object DefaultFilterVisitor.visit(PropertyIsNull filter, Object data)
           
 Object OperatorNameFilterVisitor.visit(PropertyIsNull filter, Object extraData)
           
 Object NullFilterVisitor.visit(PropertyIsNull filter, Object data)
           
 Object PostPreProcessFilterSplittingVisitor.visit(PropertyIsNull filter, Object notUsed)
          Deprecated.  
 Object AbstractFinderFilterVisitor.visit(PropertyIsNull filter, Object data)
           
 Object AbstractSearchFilterVisitor.visit(PropertyIsNull filter, Object data)
           
 Object IsSupportedFilterVisitor.visit(PropertyIsNull filter, Object extraData)
           
 Object ExtractBoundsFilterVisitor.visit(PropertyIsNull filter, Object data)
           
 Object IsFullySupportedFilterVisitor.visit(PropertyIsNull filter, Object extraData)
           
 Object SimplifyingFilterVisitor.visit(PropertyIsNull filter, Object extraData)
           
 Object DuplicatingFilterVisitor.visit(PropertyIsNull filter, Object extraData)
           
 Object CapabilitiesFilterSplitter.visit(PropertyIsNull filter, Object notUsed)
           
 

Uses of PropertyIsNull in org.geotools.xml.filter
 

Methods in org.geotools.xml.filter with parameters of type PropertyIsNull
 Object FilterCompliancePreProcessor.visit(PropertyIsNull filter, Object extraData)
           
 

Uses of PropertyIsNull in org.opengis.filter
 

Methods in org.opengis.filter that return PropertyIsNull
 PropertyIsNull FilterFactory.isNull(Expression expr)
          Checks if an expression's value is null.
 

Methods in org.opengis.filter with parameters of type PropertyIsNull
 Object FilterVisitor.visit(PropertyIsNull filter, Object extraData)
           
 



Copyright © 1996-2014 Geotools. All Rights Reserved.