Class SegmentIntersectionTester
Tests if any line segments in two sets of CoordinateSequences intersect.
Optimized for use when at least one input is of small size.
Short-circuited to return as soon an intersection is found.
Inheritance
SegmentIntersectionTester
Assembly: NetTopologySuite.dll
Syntax
public class SegmentIntersectionTester
Methods
|
Edit this page
View Source
HasIntersection(CoordinateSequence, CoordinateSequence)
Declaration
public bool HasIntersection(CoordinateSequence seq0, CoordinateSequence seq1)
Parameters
Returns
|
Edit this page
View Source
HasIntersectionWithLineStrings(CoordinateSequence, ICollection<Geometry>)
Declaration
public bool HasIntersectionWithLineStrings(CoordinateSequence seq, ICollection<Geometry> lines)
Parameters
Returns