21 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONCOVERS_H
22 #define GEOS_GEOM_PREP_PREPAREDPOLYGONCOVERS_H
24 #include <geos/geom/prep/AbstractPreparedPolygonContains.h>
32 class PreparedPolygon;
55 class PreparedPolygonCovers :
public AbstractPreparedPolygonContains {
80 return polyInt.covers(geom);
110 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONCOVERS_H
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)
static bool covers(const PreparedPolygon *const prep, const geom::Geometry *geom)
Definition: PreparedPolygonCovers.h:76
bool fullTopologicalPredicate(const geom::Geometry *geom) override
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:187
PreparedPolygonCovers(const PreparedPolygon *const prep)
Definition: PreparedPolygonCovers.h:87
A base class containing the logic for computes the contains and covers spatial relationship predicate...
Definition: AbstractPreparedPolygonContains.h:64
Computes the covers spatial relationship predicate for a PreparedPolygon relative to all other Geomet...
Definition: PreparedPolygonCovers.h:54