I have the Neighborfinder transformer where I put the lines as candidate input and cells as input base. So I need to find the closest point from candidate and after to convert it to point, but It doesn't work.
Page 1 / 1
Hi,
The NeighborFinder will add _closest_base_x and _closest_base_y attributes to the MATCHED features. These attributes indicates the closest interpolated coordinates on the BASE feature from the neighbor CANDIDATE feature. You can create a point based on these attributes using the 2DPointReplacer.
Takashi