I have found a solution. Here is what I did to copy attributes of points to polygons using the SpatialFilter Factory. I used the setup in Workbench explained below with these changes:
1.) Changed Pass Criteria to Pass Against One Base instead of Pass Against All Bases. (Thanks Simon!) 2) Set the Boolean operator to NOT_DISJOINT. I have to be honest. NOT_DISJOINT was not the operator that made sense to me. But it works perfectly. Thanks to everyone for their help! Matt --- In [email protected], "Matt" <[EMAIL PROTECTED]> wrote: > > First, let me say that I'm not an expert using FME Workbench. I do > however from time-to-time try to streamline some of the operations I > do with its very robust capabilities. Here is my question: > > I have two shapefiles: One contains many polygons and the other > contains many points. The point shapefiles contain attributes that > I would like to attached to the polygons. There is exactly one > point inside of each polygon. There are some extra polygons with no > points. I want to create a new polygon shapefile with all of the > merged attributes. > > I have set up the SpatialFilter factory with the points as the BASE > and the polygons as the CANDIDATE. Bounding box is set to NO, Base > type is set to MULTIPLE BASES, merge attributes to YES, Pass > Criteria to PASS AGAINST ALL BASES. > > I have tried all of the different boolean tests to perform, but I > can't ever get a polygon feature with the correct results. I hope > that I've provided enough information for someone to help. Thank > you. > > Matt > For insights into what's up at Safe Software and what's on the development horizon, visit Safe's blog at spatial-etl.blogspot.com. Safe Software has also made slides available that outline enhancements planned for FME 2007. The slides are from the "Road Ahead" presentation given on Day 2 of the FME Worldwide Users Conference. To view these slides, visit www.safe.com/2006uc. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/fme/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/
