Hi Steve, Just to add my two cents to this! I too have noticed this problem in the older builds, which does not happen in the newer ones. Can you check with...
Hi Steve, SRG FME still tries to read the DGNs (even when you have the box unchecked) - but only when you set up the workspace, not when you run it. I think ...
Hi, I have a question regarding FME Viewer. Up to now I used the FME-Viewer now and then to have a graphical view on the objects in my Oracle Spatial database....
Hi, I´m using a multireader and then a writer for my mapinfo-project. I put 7 in-files (2 mixed-files, 2 line-files, 1 region-file and 2 text-files) into the...
Hi Jenny You can control the writing order by adding one ore more SortFactory's to your pipeline If you direct all text features into a SortFactory they will...
peter laulund
peter_laulund@...
May 4, 2005 4:18 pm
10471
Hi Garry, I think that capability is already in FME - at least in the latest betas. There is a keyword called READ_INVISIBLE_LAYERS (which should be in the ...
Hi Karim, See my response to Garry's email for details of this. I don't see how you can disable destination Feature Types outside of FME - but if an invisible...
Hi Jenny, ... Peter has already given part of the solution, but I think it needs one more component. If you use AttributeCreators to add an attribute for every...
Hi Mark Thanks for that ... the key was the READ_INVISIBLE_LAYERS on, add the source mdx and then once in the workspace turn it off. And you were right FME...
hi mark, that is perfect ! makes live more easy... thanks karim ... From: fme@yahoogroups.com [mailto:fme@yahoogroups.com] On Behalf Of Mark Ireland Sent:...
Karim Elhanafi
karim.elhanafi@...
May 5, 2005 3:06 pm
10476
Hello, I've generated a DEM from a DWG-based DTM (points and breaklines) using a SurfaceModeller and want to do a couple things with it: - "clip" the raster to...
Hi Jason. Take a look at the Clipper.. Good luck /Nisse ... Från: fme@yahoogroups.com [mailto:fme@yahoogroups.com] För Jason Birch Skickat: den 10 maj 2005...
I'm trying to convert a MapInfo TAB file to Oracle Relational database using FME Workbench, but there does not seem to be an option to specify the number of...
I think I was a bit too quick in my first response. What you are looking for is a CoordinateReplacer, no such Transformer is defined in Workbench. Last year I...
Thanks very much for your responses. Unfortunately, the Clipper does not work with Raster feature types. I'm trying to figure out how the MyCoordinateReplacer...
Hi Jason, You're right, the Clipper doesn't yet work with raster features. You will have to first convert to vector with a RasterPointExtractor, then use the...
FMEList
fmelist@...
May 10, 2005 5:31 pm
10482
Jason, the way I do that is to: 1) Make a DEM that is bigger than you need it and drape a rectangular polygon onto it that is the exact size you want your...
Hi Dan The part I was missing was the ability to keep the previously modelled values using constant interpolation, zero tolerance, and same cellsize. That may...
Thanks Zachary. I tried this method, but I'm still having problems. I think that this is primarily because I don't have elevation data outside of the area ...
Hello, I have a set of .FFS files which contain table data, no spatial data at all. Does anyone know how to view the FFS when there is no spatial? Bob ... L....
Hi, You should be able to load it in the FME Viewer, and then use the Select No Geometry button (second from the right). From there, you can page through the...
Hello, I've generated a xfmap file for FME 2004 ICE 3 to read gml-files with ALKIS-NAS data. In FME 2004 ICE 3 the result is ok. In FME 2005 the attribute Id...
Hi, FME is failing on a translation to TAB. The log message doesn't actually tell me what is wrong with the feature, it simply says ERROR. The following is...
Hi Wolfgang, XML Namespaces support has been added to the xfmap since. The QNames prefix and local-name in the xfmap's match and extract expressions were ...
Juan Chu Chow
jchuchow@...
May 12, 2005 6:24 pm
10490
I have a question on how to go about clipping a single street file (shape file) with a boundary file that contains multiple polygons in it. The catch is that...
Hello all, Is it possible to use a feature that consists of multiple polygons to clip another feature and output multiple features, one for each polygon? Or is...
That's bizarre. Same question asked twice on the same day. You sure this isn't a class assignment? :) The methodology depends on the features you are trying...
Hmm. Doesn't look like you got a response to this. I must have been sick that week or something :) In order to read Object Data, you need to have Autodesk...
Hi, You should be able to deal with this with a combination of the LineOnAreaOverlayer (specify a list), ListExploder and LineJoiner. The LineOnAreaOverlayer...
Hello, Does anyone have experience writing to a Autodesk DWG and a database (Access in this case) in such a way that the two can be related with a Link...