21 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONINTERSECTS_H
22 #define GEOS_GEOM_PREP_PREPAREDPOLYGONINTERSECTS_H
24 #include <geos/geom/prep/PreparedPolygonPredicate.h>
31 class PreparedPolygon;
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Computes the intersects spatial relationship predicate for PreparedPolygons relative to all other Geo...
Definition: PreparedPolygonIntersects.h:50
PreparedPolygonIntersects(const PreparedPolygon *const prep)
Creates an instance of this operation.
Definition: PreparedPolygonIntersects.h:74
static bool intersects(const PreparedPolygon *const prep, const geom::Geometry *geom)
Computes the intersects predicate between a PreparedPolygon and a Geometry.
Definition: PreparedPolygonIntersects.h:63
bool intersects(const geom::Geometry *geom)
Tests whether this PreparedPolygon intersects a given geometry.
A base class for predicate operations on PreparedPolygons.
Definition: PreparedPolygonPredicate.h:58
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:52
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26