21 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONCOVERS_H
22 #define GEOS_GEOM_PREP_PREPAREDPOLYGONCOVERS_H
24 #include <geos/geom/prep/AbstractPreparedPolygonContains.h>
32 class PreparedPolygon;
80 return polyInt.
covers(geom);
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 covers spatial relationship predicate for a PreparedPolygon relative to all other Geomet...
Definition: PreparedPolygonCovers.h:55
static bool covers(const PreparedPolygon *const prep, const geom::Geometry *geom)
Computes the covers predicate between a PreparedPolygon and a Geometry.
Definition: PreparedPolygonCovers.h:77
bool fullTopologicalPredicate(const geom::Geometry *geom) override
bool covers(const Geometry *geom)
Tests whether this PreparedPolygon covers a given geometry.
Definition: PreparedPolygonCovers.h:99
PreparedPolygonCovers(const PreparedPolygon *const prep)
Creates an instance of this operation.
Definition: PreparedPolygonCovers.h:88
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:52
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26