HI @reshu, the NeighborFinder might help you.
HI @reshu, the NeighborFinder might help you.
Thanks takashi
will give it a go . is there a traansformer that does a join by matching attributes and a spatial join ?
Hi,
FeatureMerger is the transformer for merging based on attribute
Pratap
Thanks takashi
will give it a go . is there a traansformer that does a join by matching attributes and a spatial join ?
Maybe using "Group By" parameter in a spatial transformer can resolve your question.
You can also use a spatial filter or relator (with tester).
Then you have spatial selection without chopping the line. As there is no tolerance setting for that you might have to use a bufferere prior to that.
A neighbourfinder is of course valid as the searchradius would be functioning as tolerance.
All these can be done in group by mode.
Featuremerging would negate any spatial tolerance btw.
You can also use a spatial filter or relator (with tester).
Then you have spatial selection without chopping the line. As there is no tolerance setting for that you might have to use a bufferere prior to that.
A neighbourfinder is of course valid as the searchradius would be functioning as tolerance.
All these can be done in group by mode.
Featuremerging would negate any spatial tolerance btw.
Yes, my first thought was a Bufferer/SpatialFilter combination. We have an example of that as an exercise in our Desktop training course
I've tried SpatialRelator. The Requestor attribute columns are present and populated, and new columns are added for the Supplier attributes, but they're all <missing>
I've tried SpatialRelator. The Requestor attribute columns are present and populated, and new columns are added for the Supplier attributes, but they're all <missing>
have a look at the list generated by the SpatialRelator.
The list? Sure One image shows the output table. I threw in an inset of the SpatialRelator's parameters, but I left the default values. I also tried the AreaOnAreaOverlayer but the translation seems to stall at this line.
Thanks
the list and its elements will show in the feature information window of the data inspector and not in the table view.