Hello All :) I have set up a GUI dgn2dgn to translate from one projection to another. All seems to work apart from the "Element Information Attributes" as...
The lines were not shown in the viewer and also no visualizer-layer was created there. There was no error message in the log. But I made a little progress: I...
I have a pretty liberal max set, and do not have a group by turned on. Shawn 2. DGN levels - AddingText to Line From: "Shawn" <blaesis@...> 3. Re: DGN...
Hello Carly, When you say Element Information Attributes, is it MSLINK based user linkages or Tags? To get MSLINKs on the destination you will have to expose...
I'm working with the output of a SpatialRelator Transformer in my workspace. The features contain a node_id from the source node and a list containing the...
I generally deal with this using the lines table and some FeatureMergers. Jason ... From: fme@yahoogroups.com [mailto:fme@yahoogroups.com] On Behalf Of Thom ...
Hello FMErs, I have a small quandry that I was hoping that someone could help me with..... I have a shapefile with around 90 000 points that along a rail way...
I'm afraid that I'm going to show off my ignorance now, but I can't figure out what you mean here, Jason. What is a "lines table" and how can FeatureMergers...
Dear One of our customers wants to start up a production process with a FME script and then to let it operate on verious machines. Could you tell us to make...
Sorry, That was a rather cryptic response. I typically use the TopologyBuilder, which includes outputs for lines, nodes, etc. I take two copies of lines...
Thanks for your reply :) I found out a bit more about my problem and think as it stands I will not be able to complete the task without coding of some kind... ...
Hi! I am trying to convert a CSV file containing coordinates fields with longitude, latitude values like (42.5833333, 1.4666667) to an ESRI Geodatabase...
I am trying to read read annotations from an ESRI Geodatabase (Arc 9) and need the following attributes: objectid text_string shape describing the insertion...
Are there any error messages in the log? Sometimes the neighbour and overlay transformers can be too enthusiastic and copy over format attributes as well as...
It does support shared cells. There's an example on fmepedia - http://www.fmepedia.com/index.php/Workspace11 Even if this example is v7, the v8 settings would...
I've been having that very problem myself. I'm not sure why it happens. I'll find out and let the group know. Mark Mark Ireland, Product Support Engineer Safe...
Hi Matt, The standard method (if there is such a thing) would be to join the points into a line with a PointConnector. That's going to be tough when the points...
Cool solution Mark. If the 100m spacing is a guideline rather than a specific requirement, it might be desirable to keep selective original point features. You...
... Although it is NeighborFinder (US spelling) the transformer search works on either 'bor' or 'bour'. I think Safe's policy is to use US spelling, but since...
Over the course of the last few days, a lot of information has been added to the FMEpedia. All the transformer articles are now seeded with information (in...
I am converting e00 files to Autocad and using the fanout feature to use FENAME as the output Layer Name. But I would like the Layer name to be complete as far...
Dear One of our customers wants to start up a production process with a FME script and then to let it operate on verious machines. Could you tell us to make...
Dear One of our customers wants to start up a production process with a FME script and then to let it operate on verious machines. Could you tell us to make...
Great job Hans, Maybe Safe should switch to the Wiki for their official documentation :) Jason ________________________________ From: fme@yahoogroups.com on...
Hi Chris, Use the Concatenator transformer to join together FENAME and FETYPE (with a space between as a constant) as a new attribute. Then fanout using that...
Slight problem found. All elements have FENAME however, some do not have FETYPE IE: FENAME = United States Highway 378 FETYPE = The result is tah the items...