23#include <geos/geom/prep/PreparedPolygonPredicate.h>
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
Computes the containsProperly spatial relationship predicate for PreparedPolygons relative to all oth...
Definition: PreparedPolygonContainsProperly.h:58
bool containsProperly(const geom::Geometry *geom)
Tests whether this PreparedPolygon containsProperly a given geometry.
PreparedPolygonContainsProperly(const PreparedPolygon *const prep)
Creates an instance of this operation.
Definition: PreparedPolygonContainsProperly.h:83
static bool containsProperly(const PreparedPolygon *const prep, const geom::Geometry *geom)
Computes the containsProperly predicate between a PreparedPolygon and a Geometry.
Definition: PreparedPolygonContainsProperly.h:72
A base class for predicate operations on PreparedPolygons.
Definition: PreparedPolygonPredicate.h:57
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:51
Basic namespace for all GEOS functionalities.
Definition: geos.h:39