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(
An interface for rules which determine whether node points which are in boundaries of lineal geometry...
Definition: BoundaryNodeRule.h:52
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:197
The base class for operations that require GeometryGraph.
Definition: GeometryGraphOperation.h:51
Computes the topological relationship between two Geometries.
Definition: RelateComputer.h:77
Implements the SFS relate() operation on two geom::Geometry objects.
Definition: RelateOp.h:56
RelateOp(const geom::Geometry *g0, const geom::Geometry *g1, const algorithm::BoundaryNodeRule &boundaryNodeRule)
Creates a new Relate operation with a specified Boundary Node Rule.
static std::unique_ptr< geom::IntersectionMatrix > relate(const geom::Geometry *a, const geom::Geometry *b)
Computes the geom::IntersectionMatrix for the spatial relationship between two geom::Geometry objects...
RelateOp(const geom::Geometry *g0, const geom::Geometry *g1)
Creates a new Relate operation, using the default (OGC SFS) Boundary Node Rule.
static std::unique_ptr< geom::IntersectionMatrix > relate(const geom::Geometry *a, const geom::Geometry *b, const algorithm::BoundaryNodeRule &boundaryNodeRule)
Computes the geom::IntersectionMatrix for the spatial relationship between two geom::Geometry objects...
std::unique_ptr< geom::IntersectionMatrix > getIntersectionMatrix()
Gets the IntersectionMatrix for the spatial relationship between the input geometries.
Basic namespace for all GEOS functionalities.
Definition: Angle.h:25