19 #ifndef GEOS_OP_RELATE_RELATEOP_H
20 #define GEOS_OP_RELATE_RELATEOP_H
22 #include <geos/export.h>
24 #include <geos/operation/GeometryGraphOperation.h>
25 #include <geos/operation/relate/RelateComputer.h>
30 class BoundaryNodeRule;
33 class IntersectionMatrix;
137 #endif // GEOS_OP_RELATE_RELATEOP_H
Implementation of Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix. ...
Definition: IntersectionMatrix.h:51
Implements the SFS relate() operation on two geom::Geometry objects.
Definition: RelateOp.h:57
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition: Geometry.h:187
The base class for operations that require GeometryGraph.
Definition: GeometryGraphOperation.h:52
Definition: BoundaryNodeRule.h:50
Basic namespace for all GEOS functionalities.
Definition: IndexedNestedRingTester.h:25
Computes the topological relationship between two Geometries.
Definition: RelateComputer.h:75