|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.shapelogic.filter.BaseFilter<Polygon,IPoint2D> org.shapelogic.filter.PolygonPointFilter org.shapelogic.filter.PolygonSpatialPointFilter org.shapelogic.filter.PointLeftOfFilter
public class PointLeftOfFilter
Filter points left of given part of the bounding box of a polygon The constraint should be between 0 and 1. 0 is the left point 1 is the right point
Field Summary |
---|
Fields inherited from class org.shapelogic.filter.PolygonSpatialPointFilter |
---|
_constraintNumber, _limit |
Fields inherited from class org.shapelogic.filter.BaseFilter |
---|
_collection, _constraint, _parent |
Constructor Summary | |
---|---|
PointLeftOfFilter()
|
Method Summary | |
---|---|
protected double |
coordinateChoser(IPoint2D diagonalVector)
|
boolean |
evaluate(java.lang.Object obj)
|
Methods inherited from class org.shapelogic.filter.PolygonSpatialPointFilter |
---|
setup |
Methods inherited from class org.shapelogic.filter.PolygonPointFilter |
---|
getCollection |
Methods inherited from class org.shapelogic.filter.BaseFilter |
---|
filter, getConstraint, getParent, setCollection, setConstraint, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PointLeftOfFilter()
Method Detail |
---|
public boolean evaluate(java.lang.Object obj)
evaluate
in interface org.apache.commons.collections.Predicate
evaluate
in class BaseFilter<Polygon,IPoint2D>
protected double coordinateChoser(IPoint2D diagonalVector)
coordinateChoser
in class PolygonSpatialPointFilter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |