23#include <geos/geom/prep/PreparedPolygonPredicate.h>
84 : PreparedPolygonPredicate(
prep)
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
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 prepared version of Polygon or MultiPolygon geometries.
Definition PreparedPolygon.h:51
Contains classes and interfaces implementing algorithms that optimize the performance of repeated cal...
Definition AbstractPreparedPolygonContains.h:30
Basic namespace for all GEOS functionalities.
Definition geos.h:39