I have a point (base) and a list of lines (candidates). a nearest line is found using NeighborFinder. it seems that the result from "matched" port does not have geometry of matched lines (the candidates). Any suggestions?
Solved
How to get matched feature(s) from NeighborFinder?
Best answer by daveatsafe
Hi @george,
Please add a GeometryExtractor before the NeighborFinder to extract the Candidate geometry into an attribute. After the NeighborFinder, you can use a GeometryReplacer to replace the Base geometry with the line geometry from that attribute.
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.

