org.shapelogic.filter
Class PolygonPointFilter

java.lang.Object
  extended by org.shapelogic.filter.BaseFilter<Polygon,IPoint2D>
      extended by org.shapelogic.filter.PolygonPointFilter
All Implemented Interfaces:
org.apache.commons.collections.Predicate, IFilter<Polygon,IPoint2D>
Direct Known Subclasses:
PointOfTypeFilter, PolygonSpatialPointFilter

public abstract class PolygonPointFilter
extends BaseFilter<Polygon,IPoint2D>

Author:
Sami Badawi

Field Summary
 
Fields inherited from class org.shapelogic.filter.BaseFilter
_collection, _constraint, _parent
 
Constructor Summary
PolygonPointFilter()
           
 
Method Summary
 java.util.Collection<IPoint2D> getCollection()
           
 
Methods inherited from class org.shapelogic.filter.BaseFilter
evaluate, filter, getConstraint, getParent, setCollection, setConstraint, setParent, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolygonPointFilter

public PolygonPointFilter()
Method Detail

getCollection

public java.util.Collection<IPoint2D> getCollection()
Specified by:
getCollection in interface IFilter<Polygon,IPoint2D>
Overrides:
getCollection in class BaseFilter<Polygon,IPoint2D>


Copyright © 2009. All Rights Reserved.