21 #include <geos/export.h> 23 #include <geos/geom/IntersectionMatrix.h> 24 #include <geos/operation/GeometryGraphOperation.h> 25 #include <geos/operation/relate/RelateComputer.h> 30 class BoundaryNodeRule;
71 static std::unique_ptr<geom::IntersectionMatrix> relate(
87 static std::unique_ptr<geom::IntersectionMatrix> relate(
124 std::unique_ptr<geom::IntersectionMatrix> getIntersectionMatrix();
Implements the SFS relate() operation on two geom::Geometry objects.
Definition: RelateOp.h:56
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:186
The base class for operations that require GeometryGraph.
Definition: GeometryGraphOperation.h:51
An interface for rules which determine whether node points which are in boundaries of lineal geometry...
Definition: BoundaryNodeRule.h:50
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25
Computes the topological relationship between two Geometries.
Definition: RelateComputer.h:77