Computes the intersection of line segments, and adds the intersection to the edges containing the segments.
More...
#include <SegmentIntersector.h>
|
static bool | isAdjacentSegments (std::size_t i1, size_t i2) |
|
Computes the intersection of line segments, and adds the intersection to the edges containing the segments.
◆ hasProperInteriorIntersection()
bool geos::geomgraph::index::SegmentIntersector::hasProperInteriorIntersection |
( |
| ) |
const |
|
inline |
A proper interior intersection is a proper intersection which is not contained in the set of boundary nodes set for this SegmentIntersector.
◆ hasProperIntersection()
bool geos::geomgraph::index::SegmentIntersector::hasProperIntersection |
( |
| ) |
const |
|
inline |
A proper intersection is an intersection which is interior to at least two line segments. Note that a proper intersection is not necessarily in the interior of the entire Geometry, since another edge may have an endpoint equal to the intersection, which according to SFS semantics can result in the point being on the Boundary of the Geometry.
The documentation for this class was generated from the following file: