es.unex.sextante.dataObjects.vectorFilters
Class SelectionFilter

java.lang.Object
  extended by es.unex.sextante.dataObjects.vectorFilters.SelectionFilter
All Implemented Interfaces:
IVectorLayerFilter

public class SelectionFilter
extends java.lang.Object
implements IVectorLayerFilter

A filter to use only selected features, in case the underlaying library supports selection (usually graphical selection from a GIS)

Author:
volaya

Constructor Summary
SelectionFilter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionFilter

public SelectionFilter()