21#ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINSPROPERLY_H
22#define GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINSPROPERLY_H
24#include <geos/geom/prep/PreparedPolygonPredicate.h>
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:188
Computes the containsProperly spatial relationship predicate for PreparedPolygons relative to all oth...
Definition PreparedPolygonContainsProperly.h:59
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:84
static bool containsProperly(const PreparedPolygon *const prep, const geom::Geometry *geom)
Computes the containsProperly predicate between a PreparedPolygon and a Geometry.
Definition PreparedPolygonContainsProperly.h:73
A base class for predicate operations on PreparedPolygons.
Definition PreparedPolygonPredicate.h:58
A prepared version of Polygon or MultiPolygon geometries.
Definition PreparedPolygon.h:52
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:26