I have two features classes. One of them is street data and the other one is just points.
I want to snap the points to line with two conditions. First condition is to snap my points based on the line attributes. I have blvd, street, highway and avenue etc. I want to snap my points only to avenues for example.
Other condition is to snap my points based on the distance, especially walking distance.
I'd like to know if that's possible. I've searched a lot, but I couldn't find answers anwyhere.
Can anyone help me?
The Snap Tool will snap points or vertices to coincide with an edge. So I feel that tool would do the job. If you have the "avenue" attribute assigned to the points, select the "avenue" attributes and create a new feature class of avenue points and snap them to the centerline. For the other points you can set a distance tolerance in the snap process. I hope this helps.
Steve