I'm using build 4114 here so your experience might be different.

When using the points as the Base, and the lines as the Candidate, all
of the first matched Candidate attributes are automatically exposed as
attributes of the Matched output.  So, you shouldn't have to expose
anything.  Just pipe the Matched points (which will now have the Line
unique identifier tagged to them) into the Supplier port of a
FeatureMerger that has the lines coming into the Requestor port, and set
it up to match on the unique line identifier.

I've attached an example, but it's saved from build 4114 so you might
not be able to open it.

Jason

-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of
Brian
Sent: Tuesday, August 08, 2006 10:08
To: [email protected]
Subject: [fme] Re: Merge Point Attributes with Line

Can you got into more detail on the last part ....FeatureMerger to join
the points' attributes back onto the lines after exposing the first
close candidate list member.

Not sure how to expose the first close candidate list member.

Thanks
Brian
--- In [email protected], "Jason Birch" <[EMAIL PROTECTED]> 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.
>  
> Jason
> 
> ________________________________
> 
> From: [email protected] on behalf of Brian
> Sent: Mon 2006-08-07 1:39 PM
> To: [email protected]
> Subject: [fme] Merge Point Attributes with Line
> 
> 
> 
> I need to merge the attributes of a point to the line that the point 
> lies on.
> 
> I have used the PointOnLineOverlay but it breaks the lines where the 
> point was located which I can not have.
> 
> Is there another function to use that gives similar results as the 
> PointOnLineOverlay WITHOUT breaking the line at the point?
> 
> Thanks.
> Brian
> 
> 
> 
> 
> 
> 
> 
> 
> 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
>








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



 




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/
 

Attachment: NeighbourFinderSample.fmw
Description: NeighbourFinderSample.fmw

Reply via email to