20 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H 21 #define GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H 23 #include <geos/geom/prep/AbstractPreparedPolygonContains.h> 31 class PreparedPolygon;
106 #endif // GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H bool fullTopologicalPredicate(const geom::Geometry *geom)
bool contains(const geom::Geometry *geom)
Definition: PreparedPolygonContains.h:71
static bool contains(const PreparedPolygon *const prep, const geom::Geometry *geom)
Definition: PreparedPolygonContains.h:84
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:167
PreparedPolygonContains(const PreparedPolygon *const prepPoly)
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
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)
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:48
Computes the contains spatial relationship predicate for a PreparedPolygon relative to all other Geom...
Definition: PreparedPolygonContains.h:54