I have a polyline layer for State Highways and a polygon layer of Urban Areas. I need to create a points layer where the highways intersect the boundaries of the Urban Areas.
Also, the highways layer has Postmile values in it. When I create the "boundary points" layer, I need to have updated Postmile values.
For example: If I have a Highway with Begin Postmile = 0 and End Postmile = 19, if the Highway intersects the boundary of the Urban Area at 6, then my Points layer should have fields looking like this:
BEGIN END
0 6
6 10
I have done something similar using another software but I'd like to think its simpler in ArcGIS.
Thanks,
Dan B