hi andreas some interlis practices from my side: Look Up Tables (LUT): do a 1:1 translation from interlis to esri.shp to get all LUT as dbf-files which you can easily import in a value mapper transformer
text orientation: use a custom transformer which you can reuse at any time needed in the workbench translation. this custom transformer transforms the text position (point) into line (azimuth according text orientation) with the text string as an attribute value to label later on in the esri-world. steps of my custom transformer: -coordinate fetcher (gets x and y) -expression evaluator1 (calculates second points x, new_x) : &x +2*(cos((400-&Ori+100.1-0.1)/200*3.14159)) -expression evaluator2 (calculates second points y, new_y) : &y +2*(sin((400-&Ori+100.1-0.1)/200*3.14159)) -expression evaluator2 (transforms orientation to esri system, newnumori) : (400-&Ori+100.1-0.1)/200*3.14159 -2dpointadder : makes with x, y, new_x, new_y the text line text position (hali/vali): here I work with value mappers as well, i. e. interlis to autocad.dxf: first concatenate the hali/vali values in one attribute field which is then a two digit number. second add a value mapper which looks like this: 00 autocad_top_left 10 autocad_top_center 20 autocad_top_right 11 autocad_top_center 21 autocad_top_right 02 autocad_middle_left 12 autocad_middle_center .. .. hope this helps cheers urs -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von mark2atsafe Gesendet: Dienstag, 20. Juni 2006 23:53 An: [email protected] Betreff: [fme] Re: INTERLIS BEST PRACTICS Hi Andreas, Because Interlis is supported by a third-party plugin I'm afraid I don't know much about that format (and I'm not sure any folk here will be able to help). If you are still stuck then I suggest you contact GeoTask directly. See http://www.geotask.ch for more information. 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], "wappu2000_fme" <[EMAIL PROTECTED]> wrote: > > Dear GroupMembers and Spezialists, > > im try to get familiar with FME but still not shure if i understand > the concepts right. > > I try to build INTERLIS conversion's to GEODATABASE. As you surely > knwo INTERLIS is heavy normalized with many LookUP Tables, > Domains ... > > I search for best practics to deal with all these Domains and LUT > Tables because it cant be the way to model for every Dataset things > again. > > I would thing there should be a way to handle things GLOBAL that i > dont have to use a Transformer every time (NEW Dataset) again when i > change a Orientation from GON to Degrees or a value domain from > 0,1,2 to LEFT, CENTER, RIGHT. > > Thanks for FEEDBACK > > Andreas > 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 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/
