Hi Mark Thats absolutely fine. I can get around the problem quite easily. I just thought I was doing something dumb! Many thanks fro you help! Adrian ... I can...
Hi Troy, this is a question I stumbled on some times .... I think the easyest way is still do write some FMEObjects. You could use Universal Translator, but it...
Hi, Is there a way to merge all the tables in an Access database? I have +50 Access tables with the same structure and I would like to treat them as one table....
Pieter Minnaar
pminnaar@...
Feb 1, 2007 5:03 pm
13296
I loaded this shapefile to a personal Geodatabase and read it from there, which works fine. Still not sure why it would not read those fields from shapefile,...
Hi, I need to convert text from DGN format to GeoMedia, but the origin in GM is not same as in DGN. Because I need to update other polygon feature class's ...
TOM & TUN
tomandtun@...
Feb 1, 2007 5:04 pm
13298
Hi If you are using a script then take a look at the GENTRANS directive see http://www.fmepedia.com/index.php/Gentrans what you have to do is to isolate the...
peter laulund
peter_laulund@...
Feb 1, 2007 5:05 pm
13299
Make a workspace that does what you want with one of your tables, then enable fan-in on the single input featureType you have. Set fan-in to "*" and youll read...
I have an object with the following 4 attributes... querry: a sql querry; Instance: The DB instance; Usr: the username; Pwd: the password; I'd like to use the...
Hi, Yes, I think. Text in FME always uses the lower-left corner. In MicroStation you can use a different origin (eg centre-centre) but - and here's the problem...
Another word for "fan-in" is "merge feature filter"... ... then enable fan-in on the single input featureType you have. ... point out for FME to read, set "A*"...
mmmmmmmmm..... I don't know that either way is going to work. Apart from the fact that we're trying to avoid the use of function calls within transformers, I...
Hi everyone, This is a bit of a tricky one... I need to convert some buildings (9-10 vertices apiece) to perfect rectangles (in FME terms, 5 vertices), with 90...
Hi Roland, I'll have a think... but in general Smoother transformers keep all the existing points and just re-arrange them into a nicer position. The ...
Hi if it is just alfanumeric data ( no geometry ) you can write your own Joiner function using tcl ( or phyton ) using the oratcl or tclodbc libearys, it is ...
peter laulund
peter_laulund@...
Feb 2, 2007 9:59 pm
13308
Hi It is some quite tricky quistiosn this weekend but , as alvays, tcl is the answer with tcl it is quite simpel to convert the geoemtry into perfect...
peter laulund
peter_laulund@...
Feb 2, 2007 10:00 pm
13309
Hi, this is really a good problem ... I would try something like this: try a centerlinereplacer to get a line through the longest axis of the building. The...
Great! It works as your guides. But how to build the text using LabelPointReplacer, but it does not support rotation. How can I do? Thanks, TOM & TUN...
TOM & TUN
tomandtun@...
Feb 3, 2007 7:25 pm
13311
If the original feature has rotation then you may find that it is kept from that feature. Send your data to a visualizer and check for a rotation (fme_rotation...
Hallo FMEers I am kind of lost after several hours of studying documentation and some unsuccessful attempts in using ArcSDEQuerier. My problem should be quite...
Hi, We are using FME 2006 GB Build 2651. I am cliping a large raster image (Geotif) into tiles using a shapefile of 1:20 000 mapsheet boundaries to create a...
Hi, I want to translate a Shape file to Coverage and set Coordinate system on it. I select a Coordinate system ESPG:2363(Xian 1980 ) for destination ....
Hi Michael, you could also try to set up an MNView in ArcSDE so you could use the Joiner ... sdetable -o create_mv_view -T <view_name> -t <table_name> [-i...
Hi Chris, You're pretty close. What you need to do is a fanout. Open the destination feature type properties and look for the feature type fanout setting. It...
Hi everyone, Thanks for your thoughts on this - some ingenious ideas there! On this occasion I'm going to admit defeat and digitise them - I don't think there...
Hello I had a similar problem. Try FMEpedia "Exceptions" page http://www.fmepedia.com/index.php/Exceptions There is a special link/page for handling exceptions...
Hi group, I have some ArcInfo Coverage files with column name "INDICATIF" and column type "Integer", and I have this values: 2,010,010,015 and 7,500,001,011 ...
Hi attatched a zipfile with a small mapping file / tcl scritp illustrating how you can do this there is still a lot off problems with the script but it gives...