Skip to main content

I'm looking for a way to find linesegments in a network behind a selected segment. In this case the red line is the selected segment.The result is the line marked with 2-45.9. In this case resulting in 1 line but there can be more segments. My question is similar with this issue: https://knowledge.safe.com/questions/56654/analyzing-water-network-connectivity.html Does anyone have an example with the NetworkFlowOrientor?

Thanks.

If you use the TopologyBuilder, you can use the resulting relationships between the nodes and the edges to traverse the network segments in the order they're connected.

If your data is already topologically correct, make sure to set Assume clean data = Yes.