es.unex.sextante.dataObjects.vectorFilters
Interface GenericVectorFilter

All Superinterfaces:
IVectorLayerFilter

public interface GenericVectorFilter
extends IVectorLayerFilter

A generic filter to apply to a vector layer. It just filters features one by one according to any implemented rule.

Author:
volaya

Method Summary
 boolean accept(IFeature feature)
          Returns true if the feature passes the filter.
 

Method Detail

accept

boolean accept(IFeature feature)
Returns true if the feature passes the filter. False otherwise

Parameters:
feature - the feature to filter
Returns:
true if the feature passes the filter. False otherwise