com.xinapse.filter
Class FilterSelection

java.lang.Object
  extended by com.xinapse.filter.FilterSelection

public abstract class FilterSelection
extends java.lang.Object

A class for selecting a SpatialFilter.


Nested Class Summary
static class FilterSelection.Panel
          A JPanel that contains a JTabbedPane that can be used to select one of the known SpatialFilters.
 
Field Summary
static org.apache.commons.cli.Option FILTER_SELECTION_OPTION
          The Option used to select a particular filter.
 
Method Summary
static java.util.List<java.lang.Class<? extends SpatialFilter>> getKnownClasses()
          Returns a List of known classes of SpatialFilter.
static void main(java.lang.String[] args)
          Runs the unit test of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FILTER_SELECTION_OPTION

public static final org.apache.commons.cli.Option FILTER_SELECTION_OPTION
The Option used to select a particular filter.

Method Detail

getKnownClasses

public static java.util.List<java.lang.Class<? extends SpatialFilter>> getKnownClasses()
Returns a List of known classes of SpatialFilter.

Returns:
a List of known classes of SpatialFilter.

main

public static void main(java.lang.String[] args)
Runs the unit test of this class.

Parameters:
args - ignored.


Copyright 2006-2011 Xinapse Systems Limited. All Rights Reserved.