Uses of Class
gistoolkit.datasources.filter.AttributeFilter

Packages that use AttributeFilter
gistoolkit.datasources.filter   
 

Uses of AttributeFilter in gistoolkit.datasources.filter
 

Subclasses of AttributeFilter in gistoolkit.datasources.filter
 class DateAttributeFilter
          Class for filtering on attributes that are dates.
 class NumberAttributeFilter
          Class for filtering on attributes that are Numbers.
 class SQLDateAttributeFilter
          Class to provide date filtering on attributes in an SQL oriented data source.
 class SQLNumberAttributeFilter
          Class to provide comparisons of numbers within an SQL String.
 class SQLStringAttributeFilter
          Class to provide date filtering on attributes in an SQL oriented data source.
 class SQLStringAttributeINFilter
          Class to provide date filtering on attributes in an SQL oriented data source.
 class StringAttributeFilter
          Class for filtering on attributes that are strings.