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);
110 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONCOVERS_H PreparedPolygonCovers(const PreparedPolygon *const prep)
Definition: PreparedPolygonCovers.h:88
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
Computes the covers spatial relationship predicate for a PreparedPolygon relative to all other Geomet...
Definition: PreparedPolygonCovers.h:55
bool covers(const Geometry *geom)
Definition: PreparedPolygonCovers.h:99
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
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)
static bool covers(const PreparedPolygon *const prep, const geom::Geometry *geom)
Definition: PreparedPolygonCovers.h:77
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:50
bool fullTopologicalPredicate(const geom::Geometry *geom) override