Question

I would like the change the geometry (segment) of a road.


I need your help. I got two roads from two different readers. Those describes a the same road and they are basically the same. But, their segment isn't the same. ''Readers B'' has 300 more attributes than than ''Readers A'' and I can find more descriptions who are useful to me in the Readers B. But, I want to keep the Readers A because there is some segment that I don't find in the Readers B. Thus, I need to change the geometry of the Readers A into the geometry of the Readers B. Can someone help me?


2 replies

Userlevel 5
Badge +29

A better way to look at this problem is you want to merge attributes from Reader A onto Reader B. To do this you need to use a FeatureMerger, this is assuming that there is a common attribute between the two you can use for the merge.

 

If this is not the case, you're going to need to use some spatial functions like SpatialRelator or SpatialFilter

​I will try that.

Thanks for the answer.

Reply