19 #ifndef GEOS_OP_RELATE_RELATEOP_H
20 #define GEOS_OP_RELATE_RELATEOP_H
22 #include <geos/export.h>
24 #include <geos/geom/IntersectionMatrix.h>
25 #include <geos/operation/GeometryGraphOperation.h>
26 #include <geos/operation/relate/RelateComputer.h>
31 class BoundaryNodeRule;
72 static std::unique_ptr<geom::IntersectionMatrix> relate(
88 static std::unique_ptr<geom::IntersectionMatrix> relate(
125 std::unique_ptr<geom::IntersectionMatrix> getIntersectionMatrix();
137 #endif // GEOS_OP_RELATE_RELATEOP_H
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Implements the SFS relate() operation on two geom::Geometry objects.
Definition: RelateOp.h:57
The base class for operations that require GeometryGraph.
Definition: GeometryGraphOperation.h:52
Computes the topological relationship between two Geometries.
Definition: RelateComputer.h:75
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:188
An interface for rules which determine whether node points which are in boundaries of lineal geometry...
Definition: BoundaryNodeRule.h:83