Well here is the link, which you didn't indicate if you had read Attribute Assistant | ArcGIS Solutions
and here is a recent thread regarding research on how it is being used. If you’re using the Attribute Assistant, we need your help!
or is your question technical regarding the mechanics of doing it?
Dan, thanks for your reply, but I had already seen those links. What I'm hoping for is a more hands-on help. Yes, a howto kind of answer. The first link is pretty generic info, and the 2nd lists a bunch of config files which will help those who already have a deep understanding of the config mechanics...
good luck... maybe someone in the second link could be trolled for ideas if they are in a similar situation
You want to join point data between different layers by road ( closest in same road),Am I right?
You want to join one point to one point in other layer, Isn't that?
now, I want to know if all point snap to roads or not? and if there are point in the intersect of two roads or not?
Well, I'm not sure about the spatial join...
The objective is to number points along a line, from 1,2,3... Then, when a new line starts, number points along this line again with 1,2,3...
Almost all points snap to lines. There are points in the intersect between lines, but I can correct those with an attribute like line_id.
What's your idea?
Ok, one solution:
1) some how get line_id into the points (create routes, and locate points along routes, or manually with/without attribute assistant)
2) use this Rank Script with line_id and MEAS to order and number your points along the lines:
Still not solve???
I can build model builder to rank points along street and send it for you, if your problem haven't solved yet.
Just tell me your streets and points are feature classes or shape files?