22 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONINTERSECTS_H
23 #define GEOS_GEOM_PREP_PREPAREDPOLYGONINTERSECTS_H
25 #include <geos/geom/prep/PreparedPolygonPredicate.h>
32 class PreparedPolygon;
93 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONINTERSECTS_H
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
A base class for predicate operations on PreparedPolygons.
Definition: PreparedPolygonPredicate.h:58
PreparedPolygonIntersects(const PreparedPolygon *const prep)
Definition: PreparedPolygonIntersects.h:75
static bool intersects(const PreparedPolygon *const prep, const geom::Geometry *geom)
Definition: PreparedPolygonIntersects.h:64
Computes the intersects spatial relationship predicate for PreparedPolygons relative to all other Geo...
Definition: PreparedPolygonIntersects.h:51
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:49