Hi there I got FME 2005 and FME 2006 (both single use) installed on the same computer. FME2005 works fine all the time while FME2006 doesn't accept its license...
Hi Roman, do you have 2 different licence files? FME 2005 and FME 2006 require different licence files. Greetings from Lausanne, Jeff Konnen INSER SA...
Hi, Is there a way to split a polygon into the the individual parts that make it up. For example we have several polygons made up of lines and arcs. We would...
Hi Jeff I was pretty sure I'd do have two licenses. Yet after a closer look it seems they just copied the 2005-license into the 2006 folder and renamed the...
Hi Roman, Yes, FME 2005 and 2006 (and any subsequent version) need a different license. This page - http://tinyurl.com/ebotr - on fmepedia will explain why. ...
Hello, I have a data in Mapinfo TAB format. The data has a coordinate System of LL_WGS84, coordinate unit is latitude and longitude. How can I transform it...
Hello, If my understanding is right, you have an attribute column with data populated for X and Y i.e lat/long in DMS or DD (Decimal Degrees). You can use the...
I'm not sure what you mean by X/Y in metric. Typically, you would need to define an full coordinate reference system, such as UTM Projection, Zone 10, NAD83. ...
Hello We are also having a similar problem but with a floating license, where I cannot access the software without restarting the license service. Our license...
1. When FME runs a translation, does it execute each transformation sequentially within the workspace such that one transformation is completed before the next...
Hi Simon, You can use a FeatureMerger to perform a join between the filtered outputs. Instead of re-reading the data, you can just run your RoadNodes into the...
... Just to clarify/answer one of my own questions now I've reflected on it further: presumably the order of translations depends entirely upon the order of...
Maybe this page will help - http://www.fmepedia.com/index.php/Coordinate_System Mark Mark Ireland, Senior Product Specialist Safe Software Inc. Surrey, BC,...
Hi Simon, In answer to your questions... ... No. What happens is that a single feature is read and then processed as far as possible in the workspace. Then the...
... This is completely correct. And unlike the Ghostbusters, there's no danger when you "cross the streams" (http://tinyurl.com/rt5jp) Most commonly, the...
Hello! Can FME2005 OR FME2006 translate Cad BLOCK to DGN Cell or ShareCell? How to translate it? ... ÑÅ»¢Ãâ·ÑÓÊÏä-3.5GÈÝÁ¿£¬20M¸½¼þ Hello! Can FME2005 OR...
Hi, Question 1: I am labelling land parcels (output to dgn). I would like to vary text size depending on parcel size. On FMEpedia I found a custom transformer...
Hi Anna, ... You can combine two testers to make this work: Tester 1: area < 600 Failed port leads to Tester 2: area > 5000 Failed port contains all parcels...
... This isn't wrong, but you could do it in a single Tester by putting two tests inside a single Tester. They would be "area > 600" and "area < 5000" - then...
... True, but then there'd be no distinction between the < 600 and > 5000 classes. I was under the impression that such a distinction needed to be made. -- ...
Hans, thank you for such prompt reply! Tester works well - I forgot all about it existence. I will try the grid - all I need is to run it once over the area I...
... will ... I wonder if pre-filtering by circularity would help. Ie to fish out the weird ones and grid only them. (Just tried, it mmmight... looks like ...
Hi with a bit off tcl we can do it all in just af couple of lines and one function call proc setTextSize {} { set area [ FME_Execute Area ] ; set size 3 ; if...
peter laulund
peter_laulund@...
Jul 11, 2006 4:16 pm
12256
Hi all I'm translating from GML to Oracle (taking input from a large number of GML files), and for each feature I'd like to store in Oracle the name of the...
My source data is GML, and is based upon a network model of RoadLinks connected by RoadNodes. Each RoadLink feature has an attribute which holds the id of the...