21 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONPREDICATE_H
22 #define GEOS_GEOM_PREP_PREPAREDPOLYGONPREDICATE_H
24 #include <geos/geom/Coordinate.h>
30 class PointOnGeometryLocator;
37 class PreparedPolygon;
41 class FastSegmentSetIntersectionFinder;
132 : prepPoly( prepPoly)
144 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONPREDICATE_H
PreparedPolygonPredicate(const PreparedPolygon *const prepPoly)
Definition: PreparedPolygonPredicate.h:131
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition: Coordinate.h:71
bool isAnyTargetComponentInAreaTest(const geom::Geometry *testGeom, const geom::Coordinate::ConstVect *targetRepPts) const
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
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:57
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:48
bool isAnyTestComponentInTargetInterior(const geom::Geometry *testGeom) const
Tests whether any component of the test Geometry intersects the interior of the target geometry...