thank you the answer, just one question. I have ShP database about a capital city, and i have point dates, which are include the speed data. And i am looking for a solution for, i set de distance and only the neighbor line get the datas,this time all line database gets data but a need to reduce for example 5m radius circle and if the line there get it if no, wont get it. Thank you in advance for your help
thank you the answer, just one question. I have ShP database about a capital city, and i have point dates, which are include the speed data. And i am looking for a solution for, i set de distance and only the neighbor line get the datas,this time all line database gets data but a need to reduce for example 5m radius circle and if the line there get it if no, wont get it. Thank you in advance for your help
Hi @dallas2011 the Bufferer would allow you to create a 5m radius circle around your points. You could then use a SpatialFilter to check which lines intersect each circle and attach the attributes of the intersecting feature.
Hope this helps!
Thank you, i could make it.