20 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H
21 #define GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H
23 #include <geos/geom/prep/AbstractPreparedPolygonContains.h>
31 class PreparedPolygon;
54 class PreparedPolygonContains :
public AbstractPreparedPolygonContains {
88 return polyInt.contains(geom);
107 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H
PreparedPolygonContains(const PreparedPolygon *const prepPoly)
Computes the contains spatial relationship predicate for a PreparedPolygon relative to all other Geom...
Definition: PreparedPolygonContains.h:53
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:24
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:49
bool eval(const geom::Geometry *geom)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:187
bool fullTopologicalPredicate(const geom::Geometry *geom) override
bool contains(const geom::Geometry *geom)
Definition: PreparedPolygonContains.h:70