Relative Content

Tag Archive for c#gis

How to get connected “LineString”s with NetTopologySuite

I’m using NetTopologySuite and have a lot of lines in a List<LineString> and would like to group them in List<MultiLineString>. Every MultiLineString should contain the LineStrings which are connected to each other (i. e. share at least one coordinate) or crossing each other.

How to get connected “LineString”s with NetToploogySuite

I’m using NetTopologySuite and have a lot of lines in a List and would like to group them in List. Every MultiLineString should contain the LineStrings which are connected to each other (i. e. share at least one Coordinate) or crossing each other.