Question

Extract Attached Line to the Points


Badge +1
Hi,

 

I am working on Windows 7 machine (64-bit).

 

I have a Polyline  network. I have found all the end points and now I want to extract all the line attached to those points. How can we do that in FME. 

 

(In ArcGIS, we can do it using Feature Vertices To Points and then use Select By Location)

2 replies

Badge +3
Hi,

 

 

There are different strategies to do that.

 

 

If all the linse are actualy attached to a sufficient resolution, u can use a spatialrelator (arcgis select by location like) or a pointonlineoverlayer (PoL overlayer gives u an option for tolerance).

 

U need to set a listname. The list wil contain all the lines related to a point.

 

 

U can also use a topologybuilder, entering the endpoints as nodes and networklines as lines. This will give u all to and froms. By testing the point ID you can find all the to and from lines.

 

Badge +2
Hi,

 

 

You want to extract the lines intersected with points or create the the points from lines?

 

 

Pratap

Reply