Analyzing linear referencing system (LRS) event layers through spatial overlay is performed the same way you would with any other feature layers. Although the business data is stored in tabular form, when they are registered as event layers with the LRS, they behave just like feature classes in most geoprocessing tools. This allows you to do things like determine the number of non-freeways in your state that have a surface course made up of Portland cement concrete (PCC), which is a rigid surface type, rather than a flexible surface type such as hot mixed asphalt (HMA). Overlay analysis such as this is useful for helping highway departments obtain a better understanding of their highways.
- 启动 ArcMap。
- Add pavement and functional class event layers to your map.
- Set a definition query for your pavement type equal to PCC.
- Set a definition query for your functional class not equal to freeway.
- Open the Search window by clicking the Windows menu in ArcMap.
- Type Intersect in the Search text box and press ENTER.
The list displays all items that include the term "intersect".
- Click Intersect (Analysis) to open the Intersect geoprocessing dialog box.
- Drag and drop PavementType and FunctionalClass from the ArcMap table of contents (TOC) into the Features list.
- Specify a path to write the output and give it a meaningful name.
- Click OK.
A new feature class is created with records that show where the pavement type is equal to PCC and the road is not a freeway.