20 #ifndef GEOS_OP_RELATE_RELATEOP_H
21 #define GEOS_OP_RELATE_RELATEOP_H
23 #include <geos/export.h>
25 #include <geos/operation/GeometryGraphOperation.h>
26 #include <geos/operation/relate/RelateComputer.h>
31 class BoundaryNodeRule;
34 class IntersectionMatrix;
138 #endif // GEOS_OP_RELATE_RELATEOP_H
Implementation of Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix. ...
Definition: IntersectionMatrix.h:52
Implements the SFS relate() operation on two geom::Geometry objects.
Definition: RelateOp.h:58
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:168
The base class for operations that require GeometryGraph.
Definition: GeometryGraphOperation.h:53
Definition: BoundaryNodeRule.h:51
Computes the topological relationship between two Geometries.
Definition: RelateComputer.h:75