Hi, You'd also have to be sure the geometry handling mode (http://fmepedia.com/index.php/Geometry_Handling_Mode) is set to "rich" in order to produce complex...
Hi FME folks Is there any way to set different value for anchore snapper transformer while using the loop into custom transformer? I need to change the...
Hi a bit off tcl will do the trick, look at the attatched mapping file and tcl script you shoud be able to use the tcl function via the TCL Caller peter ... ...
peter laulund
peter_laulund@...
Jun 1, 2007 3:11 pm
13955
Hi all, Some of you may find the article on the CurveFitter (http://www.fmepedia.com/index.php/CurveFitter) that was posted today on Directions Magazine...
Well, I would have told you to write "@Value(something)" into the parameter or perhaps $(aParameter), but the workbench is now that clever that it wont accept...
Hello friends - I am the newest of the GIS / FME newbie, so please excuse any ignorance in the following post. Here is my dilema. We are getting lat/long...
To be honest I'd be very surprised if the AnchoredSnapper even worked in a loop. The loop really only permits feature-based processing - because it loops...
True, but to defend the Safe point of view, with a group-based transformer there's no real point getting the value from a feature, because each feature could...
I think that MRFCleaner allows per-feature tolerances. Maybe think of it as how much a particular feature is allowed to move, rather a rule that both features...
Hello Brian, ... If you use a Reprojector with "LL84" as your input projection and whatever projection you want for output, it should work. Then you can set up...
Hello Toan, If the port number is between 27000 and 27009, there is no need to change anything in the client license file. If the new port number is not...
Thanks Ryan, I changed server port to 27009 and client works without any change. By the way, I can not find the fme_license.dat in both FME home and FME ...
TOM & TUN
tomandtun@...
Jun 2, 2007 6:24 pm
13964
Hello Toan, Do a search on the client computer for fme_license.dat. If it is not present at all, there are two possible reasons that I can think of: 1. The...
Brian Your problem sounds like a datum mismatch. Hans' reply was correct, assuming your lat/long was from GPS capture. You will still need to apply the...
When we have converted to Autocad format from AutoKa (a Swedish mapping system) and then create a plot preview, paper plot or use 3d-orbit we get numerous...
Hi, I have a request from a customer to create dgn files with features set to "view dependent". FME default is view independent. Feature rotated in one...
Anders Dalgaard
dalgaarden@...
Jun 5, 2007 12:59 pm
13968
Hi, We have problems when we try to create dimensions in a GeoDatabase. We get some strange errors from ArcObjects: 2007-06-05 09:01:33| 130.9| 41.3|ERROR |An...
Pieter Minnaar
pminnaar@...
Jun 5, 2007 12:59 pm
13969
If there any way to configure the FME-SOM to associate an Arcmap document file (MXD) to a SDE datasource to ensure the native ESRI styles are displayed via the...
Hi everybody, and thanks for the good ideas. I've finally managed to create what seems to be a good solution for creating a coverage area around a point...
Hi Anders, I'm afraid to say that I don't believe we support this ability at the present time. I've searched through our developers' database and found that it...
I need to sort numeric and alpha types together in the following way: Example: 1,2,3,3a,3b,4,5,5a,6,7,8,9,10,11a,...........you get the idea? Thanks, Russell...
hi, we try to transform dwg's to GML, with FME workbench for some entities, the translation works fine. with others, FME creates multiple values, in the...
Hi the below tcl function will do the trick proc sortAttr {attr} { FME_SetAttribute $attr [ join [ lsort -dictionary [ split [ FME_GetAttribute $attr ] ,]] ,...
peter laulund
peter_laulund@...
Jun 6, 2007 2:58 pm
13975
I am having a strange problem with the concatenator in the 2007beta. If I concatenate "W1412" permitid blockid all I get is 'W1412'. If I concatenate permitid...
Bruce Johnston
bdjohnst@...
Jun 6, 2007 11:27 pm
13976
Hi Bruce, My first guess is that something isn't set quite right in the Concatenator, but I really don't know. Please send your workspace and some sample...
Hello group any ideas how to read in 3D-TIN-Data (source format: ACAD dxf) with workbench in a way to later on extract all the vertices of the TIN-triangles...
Zimmermann Urs
Urs.Zimmermann@...
Jun 7, 2007 3:49 pm
13978
hi urs wenn du sagst was du genau willst und eine bsp. datei schickst, kann ich vielleicht helfen ....... wenn die elevation als attribut willst musst du mit...
Flavio Hendry
flavio@...
Jun 7, 2007 4:29 pm
13979
I have a Data Interoperability extension within ArcGIS and I believe the engine is being used is FME and so I am poting my question here. Also I have seen...
Hi all, I have a custom transformer that loops over a set of donut areas and tiles the donut areas to produce regular areas. Everything works OK, until some...
Hi, Mark Thanks for the answer. I'll wait for the issue to be solved. In the mean time I'll look into the seed file and check if I could set it up on a level...