Interface LocatedObjectFilter
-
- All Known Implementing Classes:
AbstractObjectOverlayFromReport.SelectedObjectFilter
,AbstractPointOverlayFromReport.SelectedObjectFilter
,AcceptAllLocatedObjectsFilter
public interface LocatedObjectFilter
Interface for filters that either accept or reject a located object.- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(LocatedObject obj)
Whether to accept the located object.
-
-
-
Method Detail
-
accept
boolean accept(LocatedObject obj)
Whether to accept the located object.- Parameters:
obj
- the object to check- Returns:
- true if accepted
-
-