Thanks Dale for this quick response. But probably I was not clear to tell what I am looking for. Actually I need a java code where how to use multi_reader and matchingfactory factory is used. I dont want to use the fmi file.
May be this time I am clear with my requirements. thanks and Regards, Vikas --- In [email protected], "Dale Lutz" <[EMAIL PROTECTED]> wrote: > > Hello, > > If you've said no to the matching of geometry, then the spatial aspect > will not be included in your comparisons. > > One thing that could be an issue is if some of the attributes have > leading or trailing spaces on them, and the others don't. You could use > the new stringTrimmer transformer that is included in a recent beta to > remove this problem if you have it. I'd also suggest putting in some > testers ahead of the matching stuff to reduce the data to a few known > situations and then examine carefully what is going in to your matching > factories, probably by logging the features. > > The matcher definitely does work, and work well. Double check exactly > what is going in and out, possibly by reducing your input set to a few > features, and using liberal amounts of loggers. If you're still > stumped, our extended support folks could set it up, contact > [EMAIL PROTECTED] if you want to go down this route. > > Dale > > -------------------------------------------------------------------- -- > Dale Lutz Safe Software Inc. [EMAIL PROTECTED] > VP Development Surrey, BC, CANADA phone: (604) 501- 9985 > http://www.safe.com fax: (604) 501- 9965 > -------------------------------------------------------------------- -- > > > > -----Original Message----- > > From: redracer600 [mailto:[EMAIL PROTECTED] > > Sent: Friday, November 08, 2002 9:31 AM > > To: [email protected] > > Subject: [fme] Matching Factory > > > > Thanks for the help with MULTI_READER. > > > > Now I am haviong issues with my MATCHING FACTORIES. > > > > My first factory is suppose to take the input of two Oracle8i/Vision > > tables and is suppose to output all the records where the attribute > > STREET_ID matches. The second matching factory is suppose to take the > > output of the first matching factory and a shape file and then output > > all the records that the attributes NUMBER & OLD_FEAT_NUM matches. > > > > I am sure the matches exist. I have verified them manually by > > comparing the files. I tried to change by output and was able to get > > some entities to write but not all the matches came across. Does the > > MatchingFactories also have to match attribute data type and spatial > > type? > > > > Thanks in advanced for the help. > > > > -Bob > > > > Here are my factories. > > > > FACTORY_DEF * MatchingFactory \ > > FACTORY_NAME > > MATCHER \ > > INPUT FEATURE_TYPE MULTI_READER_ID{0} > > STREET \ > > INPUT FEATURE_TYPE > > STREET_NAME \ > > MATCH_GEOMETRY > > NONE \ > > MATCH_ATTRIBUTES > > STREET_ID \ > > > > DIFFERING_ATTRIBUTES \ > > OUTPUT MATCHED FEATURE_TYPE MATCHER_MATCHED > > > > > > # ---------------------------------------------------------------- ---- > > ----- > > > > # ---------------------------------------------------------------- ---- > > ----- > > > > > > FACTORY_DEF * MatchingFactory \ > > FACTORY_NAME > > MATCHER_2 \ > > INPUT FEATURE_TYPE > > MATCHER_MATCHED \ > > INPUT FEATURE_TYPE > > str_ctr_line0001100011_line \ > > MATCH_GEOMETRY > > NONE \ > > MATCH_ATTRIBUTES NUMBER > > OLD_FEAT_NUM \ > > > > DIFFERING_ATTRIBUTES \ > > OUTPUT MATCHED FEATURE_TYPE MATCHER_2_MATCHED > > > > > > > > > > Search the archive of this group at http://www.safe.com/search or > check > > out the FME training schedule at http://www.safe.com/training > > > > Your use of Yahoo! Groups is subject to > http://docs.yahoo.com/info/terms/ > 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/
