The process is to merge the line geometry on each point with a FeatureMerger, then snip it to a point using the Snipper transformer, based on the measurement value.
The process is to merge the line geometry on each point with a FeatureMerger, then snip it to a point using the Snipper transformer, based on the measurement value.
Thanks a lot...
but in a Snipper transformer, in the starting Location and Ending Location, must I insert the same measure?
but in a Snipper transformer, in the starting Location and Ending Location, must I insert the same measure?
Yes, if you use the same measure for both the Starting Location and Ending Location, the Snipper will produce a point at that location, instead of a line.
but in a Snipper transformer, in the starting Location and Ending Location, must I insert the same measure?
Ok, it's work perfectly! :-)
If, instead, I have a network and linear events and I want find measure (from and to) for each event with respect to the network, what is the better solution?
I try to use the LineonLine Overlayer transformer, but the result is not what I expected.
Maybe are the self-intersections the problem?
If I find start and end vertexs and, then, I use NieghborFinder transformer, it seems to work fine. But I don't know if it is the better solution...