|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geom.prep.PreparedPolygonPredicate
A base class for predicate operations on PreparedPolygon
s.
Field Summary | |
protected PreparedPolygon |
prepPoly
|
Constructor Summary | |
PreparedPolygonPredicate(PreparedPolygon prepPoly)
Creates an instance of this operation. |
Method Summary | |
protected boolean |
isAllTestComponentsInTarget(Geometry testGeom)
Tests whether all components of the test Geometry are contained in the target geometry. |
protected boolean |
isAllTestComponentsInTargetInterior(Geometry testGeom)
Tests whether all components of the test Geometry are contained in the interior of the target geometry. |
protected boolean |
isAnyTargetComponentInAreaTest(Geometry testGeom,
java.util.List targetRepPts)
Tests whether any component of the target geometry intersects the test geometry (which must be an areal geometry) |
protected boolean |
isAnyTestComponentInTarget(Geometry testGeom)
Tests whether any component of the test Geometry intersects the area of the target geometry. |
protected boolean |
isAnyTestComponentInTargetInterior(Geometry testGeom)
Tests whether any component of the test Geometry intersects the interior of the target geometry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected PreparedPolygon prepPoly
Constructor Detail |
public PreparedPolygonPredicate(PreparedPolygon prepPoly)
prepPoly
- the PreparedPolygon to evaluateMethod Detail |
protected boolean isAllTestComponentsInTarget(Geometry testGeom)
protected boolean isAllTestComponentsInTargetInterior(Geometry testGeom)
protected boolean isAnyTestComponentInTarget(Geometry testGeom)
protected boolean isAnyTestComponentInTargetInterior(Geometry testGeom)
protected boolean isAnyTargetComponentInAreaTest(Geometry testGeom, java.util.List targetRepPts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |