20#ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H
21#define GEOS_GEOM_PREP_PREPAREDPOLYGONCONTAINS_H
23#include <geos/geom/prep/AbstractPreparedPolygonContains.h>
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
bool eval(const geom::Geometry *geom)
PreparedPolygonContains(const PreparedPolygon *const prepPoly)
bool contains(const geom::Geometry *geom)
Definition PreparedPolygonContains.h:71
bool fullTopologicalPredicate(const geom::Geometry *geom)
static bool contains(const PreparedPolygon *const prep, const geom::Geometry *geom)
Definition PreparedPolygonContains.h:84
A prepared version of Polygon or MultiPolygon geometries.
Definition PreparedPolygon.h:49
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25