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?
Page 1 / 1
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.
@takashi
I learned a lot from your posts. Hope you could give me a quick help on this.
Suggestions from anyone are very much appreciated!
Thank Dave!