Thom, > Ok, now that I've got my topology generated, I need to write it out in > ASCII text format. I can create a CSV output, but that only outputs > the attributes, not the geometry. I know I can use the > CoordinateFetcher to grab the coordinates of a specific vertex, but > how can I grab the coords of an unknown number of vertices? And then, > how do I get them to the output file?
Try the OGCGeometryExtractor. This will describe the geometry of an object as a binary or text string. http://fmepedia.com/index.php/OGCGeometryExtractor has some more information on this. > A related question: I also need to output the list of line id's > related to each node. But, I can't see any way to connect the variable > sized list of line id's (_relationships{}.line_id) to the output CSV > dataset. Is there an easy (or even not-so-easy) way to specify the > output of a variable sized list? No, but you could use the ListConcatenator to bring it all back to a single attribute. Most output formats can't handle the variable size aspect of lists. Hope this helps! -- Hans van der Maarel Red Geographics www.redgeographics.com / [EMAIL PROTECTED] 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/
