Hi David, As with Jerry's question you can achieve this by using a Chopper on the polyline (with number of vertices set to 1) followed by a CoordinateFetcher. This will give you a whole series of points each with an X,Y coord as attributes.
If you need the x/y coords all attached to the line feature (say as a list) then simply route the chopped point features into a FeatureMerger as the supplier, and the line into the Requestor port. Enter a list name into the FeatureMerger settings dialog. If there is more than one line, and there is no unique ID attribute, then you can use a Counter first to create a new ID. Hope this helps, Regards, Mark Mark Ireland, Product Support Engineer Safe Software Inc. Surrey, BC, CANADA [EMAIL PROTECTED] http://www.safe.com Solutions for Spatial Data Translation, Distribution and Access --- In [email protected], "Murray, David" <[EMAIL PROTECTED]> wrote: > > How can I extract xy coordinates from a shape file polyline in FME. > > Any advice would be helpful > > David Murray > Senior GIS Administrator > Transportation Research & Technical Services > Planning Division > Greater Vancouver Transportation Authority (TransLink) > Phone: 604-453-4671 > Fax: 604-453-4697 > Get the maximum benefit from your FME, FME Objects, or SpatialDirect via our Professional Services team. Visit www.safe.com/services for details. 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/
