Class LineSegmentIndex
An index of LineSegments.
Inheritance
LineSegmentIndex
Assembly: NetTopologySuite.dll
Syntax
public class LineSegmentIndex
Methods
|
Improve this Doc
View Source
Add(LineSegment)
Declaration
public void Add(LineSegment seg)
Parameters
|
Improve this Doc
View Source
Add(TaggedLineString)
Declaration
public void Add(TaggedLineString line)
Parameters
|
Improve this Doc
View Source
Query(LineSegment)
Declaration
public IList<LineSegment> Query(LineSegment querySeg)
Parameters
Returns
|
Improve this Doc
View Source
Remove(LineSegment)
Declaration
public void Remove(LineSegment seg)
Parameters