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;
77 bool isAllTestComponentsInTarget(
const geom::Geometry * testGeom)
const;
89 bool isAllTestComponentsInTargetInterior(
const geom::Geometry * testGeom)
const;
101 bool isAnyTestComponentInTarget(
const geom::Geometry * testGeom)
const;
113 bool isAnyTestComponentInTargetInterior(
const geom::Geometry * testGeom)
const;
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
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:177
A base class for predicate operations on PreparedPolygons.
Definition: PreparedPolygonPredicate.h:57
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:48