Package gistoolkit.datasources.filter

Interface Summary
Filter A base class to provide a way to filter a data source bassed on attributes, or on shapes.
SQLFilter Class for providing a where clause for the sql layers.
 

Class Summary
AttributeFilter Base class for filtering Attributes.
DateAttributeFilter Class for filtering on attributes that are dates.
Expression Class to handle multiple filters.
Join Class to handle multiple filters.
NumberAttributeFilter Class for filtering on attributes that are Numbers.
ShapeFilter Filter for filtering on the shape.
SQLDateAttributeFilter Class to provide date filtering on attributes in an SQL oriented data source.
SQLExpression Class to contain SQLFilters.
SQLJoin Class to contain SQLFilters.
SQLNumberAttributeFilter Class to provide comparisons of numbers within an SQL String.
SQLStringAttributeFilter Class to provide date filtering on attributes in an SQL oriented data source.
SQLStringAttributeINFilter Class to provide date filtering on attributes in an SQL oriented data source.
StringAttributeFilter Class for filtering on attributes that are strings.