Computes the possible intersections between two line segments in ISegmentStrings and adds them to each string using NodedSegmentString.AddIntersection(NetTopologySuite.Algorithm.LineIntersector,int,int,int).
More...
NetTopologySuite.Noding.IntersectionAdder.IntersectionAdder |
( |
LineIntersector |
li | ) |
|
static bool NetTopologySuite.Noding.IntersectionAdder.IsAdjacentSegments |
( |
int |
i1, |
|
|
int |
i2 |
|
) |
| |
|
static |
This method is called by clients of the ISegmentIntersector class to process intersections for two segments of the ISegmentString being intersected.
Note that some clients (such as MonotoneChain
") may optimize away this call for segment pairs which they have determined do not intersect (e.g. by an disjoint envelope test).
- Parameters
-
e0 | |
segIndex0 | |
e1 | |
segIndex1 | |
summary> Always process all intersections /summary>
Implements NetTopologySuite.Noding.ISegmentIntersector.
int NetTopologySuite.Noding.IntersectionAdder.NumInteriorIntersections = 0 |
int NetTopologySuite.Noding.IntersectionAdder.NumIntersections = 0 |
int NetTopologySuite.Noding.IntersectionAdder.NumProperIntersections = 0 |
int NetTopologySuite.Noding.IntersectionAdder.NumTests = 0 |
bool NetTopologySuite.Noding.IntersectionAdder.HasInteriorIntersection |
|
get |
An interior intersection is an intersection which is in the interior of some segment.
bool NetTopologySuite.Noding.IntersectionAdder.HasIntersection |
|
get |
bool NetTopologySuite.Noding.IntersectionAdder.HasProperInteriorIntersection |
|
get |
A proper interior intersection is a proper intersection which is not contained in the set of boundary nodes set for this ISegmentIntersector.
bool NetTopologySuite.Noding.IntersectionAdder.HasProperIntersection |
|
get |
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.
Coordinate NetTopologySuite.Noding.IntersectionAdder.ProperIntersectionPoint |
|
get |
Returns the proper intersection point, or null
if none was found.
The documentation for this class was generated from the following file:
- NetTopologySuite/NetTopologySuite/Noding/IntersectionAdder.cs