22#include <geos/geom/prep/PreparedPolygonPredicate.h>
67 bool hasSegmentIntersection;
68 bool hasProperIntersection;
69 bool hasNonProperIntersection;
71 bool isProperIntersectionImpliesNotContainedSituation(
const geom::Geometry* testGeom);
122 hasSegmentIntersection(false),
123 hasProperIntersection(false),
124 hasNonProperIntersection(false),
130 hasSegmentIntersection(false),
131 hasProperIntersection(false),
132 hasNonProperIntersection(false),
136 ~AbstractPreparedPolygonContains()
override
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
A base class containing the logic for computes the contains and covers spatial relationship predicate...
Definition: AbstractPreparedPolygonContains.h:64
bool eval(const geom::Geometry *geom)
bool evalPointTestGeom(const geom::Geometry *geom, geom::Location outermostLoc)
virtual bool fullTopologicalPredicate(const geom::Geometry *geom)=0
bool requireSomePointInInterior
Definition: AbstractPreparedPolygonContains.h:89
A base class for predicate operations on PreparedPolygons.
Definition: PreparedPolygonPredicate.h:57
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:51
Location
Constants representing the location of a point relative to a geometry.
Definition: Location.h:32
Basic namespace for all GEOS functionalities.
Definition: geos.h:39