Hi there! I'd like to use a listbox for a multiple selection. Later in the script I'd like to use a TestFactory to test if an attribute of an input feature is...
Hello... I am Dini Hairi, I'm working with Cilix Corporation, Malaysia. My company was entrusted by Malaysian Goverment to develope National Data and...
Dini, ... Yes, FME can do this automatically. Or, more precisely, you can set up an automated process for this with FME. An FME workbench can be started from...
Hi Dini Hairi, this is Victor Dominic, from Singapore. working with FME for more than 3 years. the question you have asked is doable. currently i am involved...
Hello Julien, This type of thing has been asked a few times, and so we came up with a general mechanism for FME 2005 which flexibly addresses this. We posted a...
Hi Cameron, I'd suggest sending this one to support@..., and please include the workspace or mapping file you're using and the complete log. (From these ...
Hi Jim, One idea is to write a program of some kind that outputs lines like: MACRO _PASS mypassword To standard output. Then you can: INCLUDE !pathToProgram ...
I have some very long line features that I would like to split up to improve performance. The Chopper transformer is the closest thing I can find, but this ...
Hi again Dale, Speaking of coordinate systems. I have included am Albers definition for AK based on the USGS standard. You might want to include it in the...
Dear FME group, we work with ESRI ArcSDE 8.2 and have defined extension COM components (using DLL and OCX files ) to overwrite the standard behaviour of some...
You could use the 2D grid creator to generate a matrix of points, and run these and the lines through a PointOnLineOverlayer. If you make the GridCreator's ...
Mark Westenberger
mjw@...
Apr 4, 2005 6:47 pm
10352
Johnny, ... This seems to be doing the trick. It cuts up the line features in sections of 10 map units each, except for the last one (i.e. if you have a...
... And here it is, as promised: the DistanceChopper. There's a description of it in the properties box, but it should be easy enough. -- Hans van der Maarel ...
johnny, here may be an alternative way for generating measures: - use a densifier (e.g. 50cm) to insert vertices at a constant value - use a measure generator...
Karim Elhanafi
karim.elhanafi@...
Apr 5, 2005 3:16 pm
10355
Hello, For breaking lines at given distances, the Labeller can help. The Labeller can create points at specified distances along a line (don't worry about the...
Every year Geospatial Solutions holds an Applications Contest to give its readers the opportunity to show off their cutting-edge and innovative geospatial...
Karen Liu
karen.liu@...
Apr 5, 2005 10:14 pm
10357
Guys, Cheers for all the responses on this posting - sterling work! Its a credit to the flexibility of FME that one task can be achieved in so many ways. ...
Dale, Thanks for the response. I think the first approach will be tightening up the files as they exist. If security still has an issue with that then we...
Jim, Can your app use the encryption commands built into Unix? If so try the crypt command or des if you have it on your system. Use them as Dale describes for...
Hi Steve, Did you ever get this to work? With Shape you can't have a null value for a numeric field (it would have to be zero) and I understand that a null...
Hi, I use FME Workbench and I would like to extract geospatial data from Oracle8i according to a nonspatial query. Is it possible to use OracleQuerier...
Hi Stipica I think that for a 7 parameter transformation 'bwscale' has to be used or else there aren't enough parameters. The manual is a little confusing...
Hi Valentijn, The only way I can think of currently doing this is to read the existing FFS file along with whatever new data there is and send them both to the...
Hi Rajesh, Although FME is capable of the sort of translation you describe it doesn't support CABLECAD format. The immediate solution is for you to use our...
Hi I don't know about WB but in a custom mapping file it is possible The way I do it is to the use the following syntax ORACLE8I_DEF TABNAME oracle_sql...
peter laulund
peter_laulund@...
Apr 7, 2005 1:50 pm
10366
Hi To follow up on Dale's mail The standard FME log file is excellent for development, and debugging, but in a production environment we just want to log the...
peter laulund
peter_laulund@...
Apr 7, 2005 2:01 pm
10367
Hi Bob, I've filed this as PR#6603 and will leave it up to the developers to decide whether to add this or not. Regards, Mark Mark Ireland, Product Support...
All, I am attempting to translate some data from NTF format (UK OS Landform Profile data) into DWG format for a CAD user (using AutoCAD 2004). I am however...
Hi, I'm trying to retreive data from ArcSDE using an 'attribute only' query. Doing so it takes a huge amount of time to get an answer back with large tables (+...