|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vividsolutions.jts.geom.prep.PreparedPolygonPredicate
public abstract class 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)
geom
- a geometry to test
protected boolean isAllTestComponentsInTargetInterior(Geometry testGeom)
geom
- a geometry to test
protected boolean isAnyTestComponentInTarget(Geometry testGeom)
geom
- a geometry to test
protected boolean isAnyTestComponentInTargetInterior(Geometry testGeom)
geom
- a geometry to test
protected boolean isAnyTargetComponentInAreaTest(Geometry testGeom, java.util.List targetRepPts)
geom
- the test geometryrepPts
- the representative points of the target geometry
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |