Comments and answers for "Can fme un-stack feature classes?" https://knowledge.亚搏在线safe.com/questions/92902/can-fme-un-stack-feature-classes.html The latest comments and answers for the question "Can fme un-stack feature classes?" Answer by gio https://knowledge.safe.com/answers/93182/view.html

I think you can do that by the merging(2x)based on the FROM-TO values (if you don't have these, the begin and end coordinates will do).Unless all the stacked objects have these...in which case another attribute or some timestamp should come to the rescue.Fme should be able to do anything you make it do..maybe not recursion (or making you some nice coffee...yet), but therefore you can call TCL, Java (or some other interpreter).

Tue, 04 Jun 2019 14:55:56 GMT gio
Answer by dellerbeck https://knowledge.safe.com/answers/92969/view.html

Unstacking is much more complicated with a geometric network.It's quite simple to find the stacked points by extracting the XY and using a list builder based on the XY.Once you have this you can explode the list and add the element index number to the XY and replace with this value.Of course you can take the XY calculation and apply your own logic to it.Using the objectid you can move the records with an SDE writer and update mode.

The problem you will run into is what record is actually connected to the network.Normally the first placed (lowest objectid) will be connected and will cause the linear features endpoints \ vertices to move with the point.

The simplest way to do this would be without the network in place.Once you rebuild the network the points that you did move will now be disconnected and your traces will show this.

As a warning, and I have done this a lot, if you are talking about a lot of records the Geometric Network is going to drastically slow down the processing of the records.

Thu, 30 May 2019 19:54:57 GMT dellerbeck
Comment by nampreetatsafe https://knowledge.safe.com/comments/92961/view.html

Thanks for your question@nicholsb!Would you mind explaining (possibly with an example) what you mean by "stacked" points and explain what your desired "un-stacked" features would look like?Do want to get rid of duplicates?

Thu, 30 May 2019 17:40:19 GMT nampreetatsafe