23#include <geos/geom/prep/AbstractPreparedPolygonContains.h>
79 return polyInt.
covers(geom);
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
A base class containing the logic for computes the contains and covers spatial relationship predicate...
Definition AbstractPreparedPolygonContains.h:64
bool eval(const geom::Geometry *geom)
Computes the covers spatial relationship predicate for a PreparedPolygon relative to all other Geomet...
Definition PreparedPolygonCovers.h:54
static bool covers(const PreparedPolygon *const prep, const geom::Geometry *geom)
Computes the covers predicate between a PreparedPolygon and a Geometry.
Definition PreparedPolygonCovers.h:76
bool fullTopologicalPredicate(const geom::Geometry *geom) override
bool covers(const Geometry *geom)
Tests whether this PreparedPolygon covers a given geometry.
Definition PreparedPolygonCovers.h:98
PreparedPolygonCovers(const PreparedPolygon *const prep)
Creates an instance of this operation.
Definition PreparedPolygonCovers.h:87
A prepared version of Polygon or MultiPolygon geometries.
Definition PreparedPolygon.h:51
Basic namespace for all GEOS functionalities.
Definition geos.h:39