|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Filter | |
gistoolkit.application.layers.layerpanel.filterpanel | |
gistoolkit.datasources | |
gistoolkit.datasources.filter | |
gistoolkit.datasources.terraserver | |
gistoolkit.display |
Uses of Filter in gistoolkit.application.layers.layerpanel.filterpanel |
Methods in gistoolkit.application.layers.layerpanel.filterpanel that return Filter | |
Filter |
DateFilterPanel.getFilter()
Retrieve the configured filter from the filter panel. |
abstract Filter |
FilterPanel.getFilter()
Retrieve the configured filter from the filter panel. |
Filter |
NumberFilterPanel.getFilter()
Retrieve the configured filter from the filter panel. |
abstract Filter |
SimpleAttributeFilterPanel.getFilter()
Retrieve the configured filter from the filter panel. |
Filter |
StringFilterPanel.getFilter()
Retrieve the configured filter from the filter panel. |
Methods in gistoolkit.application.layers.layerpanel.filterpanel with parameters of type Filter | |
void |
DateFilterPanel.setFilter(Filter inFilter)
Set a filter to be used as the template. |
abstract void |
FilterPanel.setFilter(Filter inFilter)
Set a filter to be edited. |
void |
NumberFilterPanel.setFilter(Filter inFilter)
Set a filter to be used as the template. |
abstract void |
SimpleAttributeFilterPanel.setFilter(Filter inFilter)
Set a filter to be used as the template. |
void |
StringFilterPanel.setFilter(Filter inFilter)
Set a filter to be used as the template. |
Uses of Filter in gistoolkit.datasources |
Methods in gistoolkit.datasources that return Filter | |
Filter |
DataSource.getFilter()
Get the filter to use with this datasource. |
Filter |
SimpleDBDataSource.getFilter()
Retrieve the filter from the data source. |
Filter |
SimpleDataSource.getFilter()
Get the filter used with this data source. |
Filter |
SimpleJoinDBDataSource.getFilter()
Retrieve hte filter from the data source. |
Methods in gistoolkit.datasources with parameters of type Filter | |
void |
DataSource.setFilter(Filter inFilter)
Adds a filter to this DataSource. |
void |
SimpleDBDataSource.setFilter(Filter inFilter)
Set the filters into this data source. |
void |
SimpleDataSource.setFilter(Filter inFilter)
Set the filter to use when querying data from this data source. |
void |
SimpleJoinDBDataSource.setFilter(Filter inFilter)
Set the filters into this data source. |
Uses of Filter in gistoolkit.datasources.filter |
Subinterfaces of Filter in gistoolkit.datasources.filter | |
interface |
SQLFilter
Class for providing a where clause for the sql layers. |
Classes in gistoolkit.datasources.filter that implement Filter | |
class |
AttributeFilter
Base class for filtering Attributes. |
class |
DateAttributeFilter
Class for filtering on attributes that are dates. |
class |
Expression
Class to handle multiple filters. |
class |
Join
Class to handle multiple filters. |
class |
NumberAttributeFilter
Class for filtering on attributes that are Numbers. |
class |
ShapeFilter
Filter for filtering on the shape. |
class |
SQLDateAttributeFilter
Class to provide date filtering on attributes in an SQL oriented data source. |
class |
SQLExpression
Class to contain SQLFilters. |
class |
SQLJoin
Class to contain SQLFilters. |
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. |
Methods in gistoolkit.datasources.filter that return Filter | |
Filter |
Expression.getFilter1()
Return the first filter. |
Filter |
Expression.getFilter2()
Return the second filter. |
Filter |
Join.getFilter1()
Return the first filter. |
Filter |
Join.getFilter2()
Return the second filter. |
Constructors in gistoolkit.datasources.filter with parameters of type Filter | |
Expression(Filter inFilter1,
int inComparison,
Filter inFilter2)
Creates new Expression |
|
Join(Filter inFilter1,
int inComparison,
Filter inFilter2)
Creates new Expression |
Uses of Filter in gistoolkit.datasources.terraserver |
Methods in gistoolkit.datasources.terraserver that return Filter | |
Filter |
TerraserverDataSource.getFilter()
Terraserver datasource does not use filters, always returns null. |
Methods in gistoolkit.datasources.terraserver with parameters of type Filter | |
void |
TerraserverDataSource.setFilter(Filter inFilter)
Terraserver datasource does not use filters, nothing is done with these. |
Uses of Filter in gistoolkit.display |
Methods in gistoolkit.display that return Filter | |
Filter |
Layer.getFilter()
Gets the filter in use with this datasource. |
Methods in gistoolkit.display with parameters of type Filter | |
void |
Layer.setFilter(Filter inFilter)
Sets the filter to use with this dataset. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |