org.shapelogic.filter
Class PolygonLineFilter

java.lang.Object
  extended by org.shapelogic.filter.BaseFilter<Polygon,CLine>
      extended by org.shapelogic.filter.PolygonLineFilter
All Implemented Interfaces:
org.apache.commons.collections.Predicate, IFilter<Polygon,CLine>
Direct Known Subclasses:
FullLengthHorizontalFilter, FullLengthVerticalFilter, LineOfTypeFilter

public abstract class PolygonLineFilter
extends BaseFilter<Polygon,CLine>

Author:
Sami Badawi

Field Summary
 
Fields inherited from class org.shapelogic.filter.BaseFilter
_collection, _constraint, _parent
 
Constructor Summary
PolygonLineFilter()
           
 
Method Summary
 java.util.Collection<CLine> 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

PolygonLineFilter

public PolygonLineFilter()
Method Detail

getCollection

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


Copyright © 2009. All Rights Reserved.