Jason Birch wrote:
> 
> 
> Can you guarantee that there is only at most one point per line?
> If not, what do you want to do in the case where multiple points touch a 
> line?
> 
> My recommended strategy would be to use a NeighbourFinder. The choice is 
> yours on how to implement this. You could either directly use the 
> NeighbourFinder directly on the lines as Base specifying the points as 
> Candidates, or you could do it the other way around and use a 
> FeatureMerger to join the points' attributes back onto the lines after 
> exposing the first close candidate list member. I haven't tested, but 
> the latter is potentially more efficient.

How about this:
Assign a unique id value to the original lines, then do the 
PointOnLineOverlayer which breaks them up. Next, run them through a 
LineJoiner, let it join based on those unique id's and create a list of 
the rest.

-- 
Hans van der Maarel
Red Geographics
www.redgeographics.com / [EMAIL PROTECTED]





Join us at the FME Worldwide User Conference Sept. 21-22, 2006 Vancouver BC 
Canada. For more information, visit www.safe.com/2006uc.   
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to