I would like to ad identifiers to pairs of "touching" endpoints. So if two endpoints touch (or are within a given buffer) they are to be tagged with an identifier that is unique to this pair. Lets say that the first two touching endpoints both are tagged with 1 (or A), the next pair with 2 (or B) and so on. How can I achieve this?
Solved
Tag touching pairs of endpoints?
Best answer by david_r
Hi @david_r,
I have looked at TopologyBuilder but I found no way to ad the same identifier to a pair of nodes. I know one can collect info about the neighbouring objects, but that does not really help me, I would like both end nodes to have the same unique identifier.
But to be honest I find the TopologyBuilder quite hard to understand, so there might be some aspect I have missed.
In the TopologyBuilder advanced parameters, set Generate from = End nodes only.
On the output port Edge, look at the attributes _from_node and _to_node, they will contain the common ID where lines meet.
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.
Login to the community
No account yet? Create an account
An FME Account is required to contribute
LoginEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.


