#include <PreparedPolygonPredicate.h>

Public Member Functions | |
| PreparedPolygonPredicate (const PreparedPolygon *const prepPoly) | |
Protected Member Functions | |
| bool | isAllTestComponentsInTarget (const geom::Geometry *testGeom) const |
| Tests whether all components of the test Geometry are contained in the target geometry. | |
| bool | isAllTestComponentsInTargetInterior (const geom::Geometry *testGeom) const |
| Tests whether all components of the test Geometry are contained in the interior of the target geometry. | |
| bool | isAnyTestComponentInTarget (const geom::Geometry *testGeom) const |
| Tests whether any component of the test Geometry intersects the area of the target geometry. | |
| bool | isAnyTestComponentInTargetInterior (const geom::Geometry *testGeom) const |
| Tests whether any component of the test Geometry intersects the interior of the target geometry. | |
| bool | isAnyTargetComponentInAreaTest (const geom::Geometry *testGeom, const geom::Coordinate::ConstVect *targetRepPts) const |
Protected Attributes | |
| const PreparedPolygon *const | prepPoly |
| geos::geom::prep::PreparedPolygonPredicate::PreparedPolygonPredicate | ( | const PreparedPolygon *const | prepPoly | ) | [inline] |
| bool geos::geom::prep::PreparedPolygonPredicate::isAllTestComponentsInTarget | ( | const geom::Geometry * | testGeom | ) | const [protected] |
| bool geos::geom::prep::PreparedPolygonPredicate::isAllTestComponentsInTargetInterior | ( | const geom::Geometry * | testGeom | ) | const [protected] |
| bool geos::geom::prep::PreparedPolygonPredicate::isAnyTestComponentInTarget | ( | const geom::Geometry * | testGeom | ) | const [protected] |
| bool geos::geom::prep::PreparedPolygonPredicate::isAnyTestComponentInTargetInterior | ( | const geom::Geometry * | testGeom | ) | const [protected] |
| bool geos::geom::prep::PreparedPolygonPredicate::isAnyTargetComponentInAreaTest | ( | const geom::Geometry * | testGeom, | |
| const geom::Coordinate::ConstVect * | targetRepPts | |||
| ) | const [protected] |
Tests whether any component of the target geometry intersects the test geometry (which must be an areal geometry)
| geom | the test geometry | |
| repPts | the representative points of the target geometry |
1.5.4