21#ifndef GEOS_GEOM_PREP_PREPAREDPOLYGONPREDICATE_H
22#define GEOS_GEOM_PREP_PREPAREDPOLYGONPREDICATE_H
24#include <geos/geom/Coordinate.h>
57class PreparedPolygonPredicate
61 PreparedPolygonPredicate(
const PreparedPolygonPredicate& other);
62 PreparedPolygonPredicate& operator=(
const PreparedPolygonPredicate& rhs);
132 : prepPoly( prepPoly)
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries...
Definition PointOnGeometryLocator.h:36
std::vector< const Coordinate * > ConstVect
A vector of const Coordinate pointers.
Definition Coordinate.h:71
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
A base class for predicate operations on PreparedPolygons.
Definition PreparedPolygonPredicate.h:58
bool isAllTestComponentsInTarget(const geom::Geometry *testGeom) const
Tests whether all components of the test Geometry are contained in the target geometry.
bool isAnyTestComponentInTargetInterior(const geom::Geometry *testGeom) const
Tests whether any component of the test Geometry intersects the interior of the target geometry.
bool isAllTestComponentsInTargetInterior(const geom::Geometry *testGeom) const
Tests whether all components of the test Geometry are contained in the interior of the target geometr...
bool isAnyTargetComponentInAreaTest(const geom::Geometry *testGeom, const geom::Coordinate::ConstVect *targetRepPts) const
PreparedPolygonPredicate(const PreparedPolygon *const prepPoly)
Definition PreparedPolygonPredicate.h:131
bool isAnyTestComponentInTarget(const geom::Geometry *testGeom) const
Tests whether any component of the test Geometry intersects the area of the target geometry.
A prepared version of Polygon or MultiPolygon geometries.
Definition PreparedPolygon.h:49
Finds if two sets of SegmentStringss intersect.
Definition FastSegmentSetIntersectionFinder.h:50
Classes which determine the Location of points in geometries.
Definition IndexedPointInAreaLocator.h:43
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Classes to compute nodings for arrangements of line segments and line segment sequences.
Definition PreparedLineString.h:27
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25