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);
109 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONCOVERS_H
bool fullTopologicalPredicate(const geom::Geometry *geom)
PreparedPolygonCovers(const PreparedPolygon *const prep)
Definition: PreparedPolygonCovers.h:88
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
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:98
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:48