21 #ifndef GEOS_GEOM_PREP_PREPAREDPOLYGON_H
22 #define GEOS_GEOM_PREP_PREPAREDPOLYGON_H
24 #include <geos/geom/prep/BasicPreparedGeometry.h>
25 #include <geos/noding/SegmentString.h>
26 #include <geos/operation/distance/IndexedFacetDistance.h>
36 class PointOnGeometryLocator;
55 mutable std::unique_ptr<noding::FastSegmentSetIntersectionFinder> segIntFinder;
56 mutable std::unique_ptr<algorithm::locate::PointOnGeometryLocator> ptOnGeomLoc;
57 mutable noding::SegmentString::ConstVect segStrings;
58 mutable std::unique_ptr<operation::distance::IndexedFacetDistance> indexedDistance;
An interface for classes which determine the Location of points in Polygon or MultiPolygon geometries...
Definition: PointOnGeometryLocator.h:37
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
A base class for PreparedGeometry subclasses.
Definition: BasicPreparedGeometry.h:59
A prepared version of Polygon or MultiPolygon geometries.
Definition: PreparedPolygon.h:52
double distance(const geom::Geometry *g) const override
bool intersects(const geom::Geometry *g) const override
bool contains(const geom::Geometry *g) const override
bool covers(const geom::Geometry *g) const override
bool containsProperly(const geom::Geometry *g) const override
Finds if two sets of SegmentStrings intersect.
Definition: FastSegmentSetIntersectionFinder.h:51
Computes the distance between the facets (segments and vertices) of two Geometrys using a Branch-and-...
Definition: IndexedFacetDistance.h:47
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:26