21#ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONINTERSECTS_H
22#define GEOS_GEOM_PREP_PREPAREDPOLYGONINTERSECTS_H
24#include <geos/geom/prep/PreparedPolygonPredicate.h>
75 : PreparedPolygonPredicate( prep)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
PreparedPolygonIntersects(const PreparedPolygon *const prep)
Definition PreparedPolygonIntersects.h:74
static bool intersects(const PreparedPolygon *const prep, const geom::Geometry *geom)
Definition PreparedPolygonIntersects.h:63
bool intersects(const geom::Geometry *geom)
A prepared version of Polygon or MultiPolygon geometries.
Definition PreparedPolygon.h:49
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25