22 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONPREDICATE_H
23 #define GEOS_GEOM_PREP_PREPAREDPOLYGONPREDICATE_H
25 #include <geos/geom/Coordinate.h>
31 class PointOnGeometryLocator;
38 class PreparedPolygon;
42 class FastSegmentSetIntersectionFinder;
133 : prepPoly( prepPoly)
145 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONPREDICATE_H
PreparedPolygonPredicate(const PreparedPolygon *const prepPoly)
Definition: PreparedPolygonPredicate.h:132
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition: Coordinate.h:72
bool isAnyTargetComponentInAreaTest(const geom::Geometry *testGeom, const geom::Coordinate::ConstVect *targetRepPts) const
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
bool isAllTestComponentsInTargetInterior(const geom::Geometry *testGeom) const
Tests whether all components of the test Geometry are contained in the interior of the target geometr...
A base class for predicate operations on PreparedPolygons.
Definition: PreparedPolygonPredicate.h:58
bool isAnyTestComponentInTarget(const geom::Geometry *testGeom) const
Tests whether any component of the test Geometry intersects the area of the target geometry...
bool isAllTestComponentsInTarget(const geom::Geometry *testGeom) const
Tests whether all components of the test Geometry are contained in the target geometry.
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:49
bool isAnyTestComponentInTargetInterior(const geom::Geometry *testGeom) const
Tests whether any component of the test Geometry intersects the interior of the target geometry...