Hi all,
I've almost solved what I'm trying to do but I'm a little stumped 
and could use some suggestions.  

I'm trying to calculate the distance between stops along a transit 
route.  One small issue is that the stop points are not actually 
overtop of the linear route, they are off to the side.  
Not a problem because I can use the "pointonlineoverlayer" to "split 
the line at it's closest place to a point within a specific point 
tolerance".

However, each point contains its sequence number along the route 
(stop #1, stop #2, stop #3, etc...until the last stop on the 
route).  When using the pointonlineoverlayer, I loose the sequence 
number, all the split lines contain the same sequence number.

So my question is can I somehow keep the sequence number so that 
it's "joined" to the segment?  Ideally, I'm trying to output a 
single CSV for each route with headings of RouteNum, 
StopSequenceNum, and Distance.  I have the RouteNum, and Distance, 
but can't figure out how I would maintain the sequence number for 
each segment.

Sorry for the long post, just wanted to be a clear as possible re. 
what I'm trying to do.

Suggestions????
Thanks,
Steve








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