23#include <geos/geom/prep/PreparedPolygonPredicate.h>
74 : PreparedPolygonPredicate(
prep)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
PreparedPolygonIntersects(const PreparedPolygon *const prep)
Creates an instance of this operation.
Definition PreparedPolygonIntersects.h:73
static bool intersects(const PreparedPolygon *const prep, const geom::Geometry *geom)
Computes the intersects predicate between a PreparedPolygon and a Geometry.
Definition PreparedPolygonIntersects.h:62
bool intersects(const geom::Geometry *geom)
Tests whether this PreparedPolygon intersects a given geometry.
A prepared version of Polygon or MultiPolygon geometries.
Definition PreparedPolygon.h:51
Contains classes and interfaces implementing algorithms that optimize the performance of repeated cal...
Definition AbstractPreparedPolygonContains.h:30
Basic namespace for all GEOS functionalities.
Definition geos.h:39