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>
57class GEOS_DLL
RelateOp:
public GeometryGraphOperation {
Definition BoundaryNodeRule.h:50
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:167
Implementation of Dimensionally Extended Nine-Intersection Model (DE-9IM) matrix.
Definition IntersectionMatrix.h:51
Computes the topological relationship between two Geometries.
Definition RelateComputer.h:75
geom::IntersectionMatrix * getIntersectionMatrix()
Gets the IntersectionMatrix for the spatial relationship between the input geometries.
static geom::IntersectionMatrix * relate(const geom::Geometry *a, const geom::Geometry *b)
Computes the geom::IntersectionMatrix for the spatial relationship between two geom::Geometry objects...
static 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...
RelateOp(const geom::Geometry *g0, const geom::Geometry *g1, const algorithm::BoundaryNodeRule &boundaryNodeRule)
Creates a new Relate operation with a specified Boundary Node Rule.
RelateOp(const geom::Geometry *g0, const geom::Geometry *g1)
Creates a new Relate operation, using the default (OGC SFS) Boundary Node Rule.
Contains classes and interfaces implementing fundamental computational geometry algorithms.
Definition Angle.h:33
Contains the Geometry interface hierarchy and supporting classes.
Definition IndexedNestedRingTester.h:26
Contains classes to implement the computation of the spatial relationships of Geometrys.
Definition EdgeEndBuilder.h:42
Provides classes for implementing operations on geometries.
Definition IndexedNestedRingTester.h:40
Basic namespace for all GEOS functionalities.
Definition IndexedNestedRingTester.h:25