22#include <geos/geom/prep/AbstractPreparedPolygonContains.h>
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
bool eval(const geom::Geometry *geom)
PreparedPolygonContains(const PreparedPolygon *const prepPoly)
bool contains(const geom::Geometry *geom)
Definition PreparedPolygonContains.h:70
bool fullTopologicalPredicate(const geom::Geometry *geom) override
static bool contains(const PreparedPolygon *const prep, const geom::Geometry *geom)
Definition PreparedPolygonContains.h:84
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