Hi, There are always two downloadable versions of FME - one is the previous 'official' release (eg 2004-ICE) and the other will be the latest beta version of...
Hi Daniel, Using Workbench you can do most things that a mapping file does (and it's easier for us to provide support too) I'd suggest you download and browse...
Not sure you can do that, but if you are running this as a batch process could you put it in there? Use batch-deploy (from the file menu in Workbench) and you...
Hi Daniel, Thanks for the workspace. It definitely works. I wonder why it didn't for me. Let me see and get back to you if I find any subtle differences. JM ...
Hi Scott My support colleague Ken had the following answer to your question... "As you say you shouldn't need to define the spatial domain parameters (x,y...
While trying to import a shapefile into Smallworld using FME, I am getting the following Alert from the Smallworld-FME Translator. "Field count returned from...
Frugard, Christian
frugardc@...
Jun 3, 2004 6:14 pm
9117
Hi all I'm trying to translate a MicroStation v7 file to MicroStation V8 file in order to create layers with a string as a combination of level, colour, style...
Itziar Urrutia
iurrutia@...
Jun 4, 2004 9:32 pm
9118
For all who are interested, I found that the polylines I was importing seemed to have too many segments in them. Once I was able to cut them into polylines...
Frugard, Christian
frugardc@...
Jun 4, 2004 9:32 pm
9119
You have to change the method from GE packed_string.get to allow for a larger field count. The maximum is something like 64000, we always have a problem with...
Itziar Urrutia: I think you can do : First ,use ATTRIBUTECREATOR create a attribute(a string as a combination of level, colour,style and weight); 2sd,you can...
Hi Group, I am trying to rubber sheet vector entities based on an unique id with the drift values present in text file. The drift values includes the original...
Safe Software Announces FME 2004 ICE Vancouver BC June 8, 2004 - Safe Software Inc., the industry leader in spatial ETL technologies, announces the release...
Hi, I'm searching for a way to get rid of ArcSDE feature during an FME process. First, some context. When converting in a file based environment, I can select,...
What I am doing is trying to do is read in 2 xml documents and take parts of each and make a new xml document. Where I am really running into issues is with...
Another option is the Concatenator transformer which might help you create this combination string. There is also an attribute called igds_symbology which is a...
I'm not really clear what you're trying to do. Are you: a) trying to move each of your shapefile features individually based on an offset specified in the...
Hi all I use the @XValue() function to get the @XValue() from the first coordiante in a feature, this works ok in most cases. If the fme_geometry is...
peter laulund
peter_laulund@...
Jun 9, 2004 6:17 pm
9128
Hi, The XML Writer currently does not write out geometry data, only attribute data. Are you running some XSLT transformations on the XML writer output to make...
Jason, b - was the option I was looking for. That really worked great. Excellent for your direct inputs. The output fetures fairly depend on the rubbersheets ...
Hi TG, Rubbersheeting uses a method known as Inverse Distance Weighting (IDW). This runs on the theory that geographic features that are closer together are...
Hi, I'm relatively new to FME and TCL so forgive me if I ask an easy question. I'm using listBuilder in FME workbench to build a list and then I'm using...
Dear receiver, We would like to know how to convert ESRI Shape files to MicroStation DGN keeping non graphic attributes from one file to the other using FME...
The Functions and Factories reference often contains more information than the Workbench help. The WarpFactory documentation has this to say: EXPONENT_WEIGHT...
Hi all I hope someone can help me here. I am loading shape files into oracle 9i (uk nationa grid) and it works fine until I try and create a spatial index. I...
Jean-Marc, Have you tried using the SDE30QueryFactory, setting QUERY_MODE to 'DELETE'. I use this a lot to delete features from ArcSDE and replace them with...
Hi Rose, It sounds like you are already well underway with lists and TCL. FME Workbench now has several transformers that deal with lists which should ease...
Hellotxantxiku43 I think you can achive your goal by using the "laber" function. But if you thans all attributeto the DGN file ,you have to face a ugly...
Hi Rose. The code below loops thru the join_list{} in 2 different ways. The first for-loop expects a join_list{}.ANGLE attribute to be found, and logs its...
Rose, FME lists in TCL do not appear to be treated the same as TCL lists. If you want to loop through the values of an FME list, try using something like...