20 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H
21 #define GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H
23 #include <geos/geom/prep/AbstractPreparedPolygonContains.h>
31 class PreparedPolygon;
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
A base class containing the logic for computes the contains and covers spatial relationship predicate...
Definition: AbstractPreparedPolygonContains.h:65
bool eval(const geom::Geometry *geom)
Computes the contains spatial relationship predicate for a PreparedPolygon relative to all other Geom...
Definition: PreparedPolygonContains.h:54
PreparedPolygonContains(const PreparedPolygon *const prepPoly)
bool contains(const geom::Geometry *geom)
Definition: PreparedPolygonContains.h:71
bool fullTopologicalPredicate(const geom::Geometry *geom) override
static bool contains(const PreparedPolygon *const prep, const geom::Geometry *geom)
Definition: PreparedPolygonContains.h:85
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:52
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26