Summary
In ArcGIS Pro, points with a specified distance can be configured between the points along a line feature. For example, configuring the specified distances between streetlights on a highway line can be done by creating points along the line feature.
This article describes the workflows to create points with specific distances simultaneously along all the lines in a map.
Procedure
Create points along the lines using the Generate Points Along Lines tool
The Generate Points Along Lines tool allows the creation of points with specific distances along all the lines on the map rather than one line at a time.
- Open the ArcGIS Pro project.
- Navigate to the Analysis tab and click Tools. In the Geoprocessing search bar, search for and select the Generate Points Along Lines tool.
- In the Generate Points Along Lines geoprocessing pane, ensure the following parameters are specified.
- For Input Features, select the line feature class from the drop-down list. In this example, it is 'Routes'.
- For Output Feature Class, specify the output name. In this example, it is 'Routes_GeneratePointAlongLines'.
- For Point Placement, ensure the default By distance option is selected.
- For Distance, specify the fixed interval and the unit. In this example, it is '100 Meters'.
- Check the Include End Points option when the line’s end point must be included.
- Click Run.
The image below displays the points along multiple lines after using the Generate Points Along Lines tool with the end points included.
Create points along the lines using the Densify and the Feature Vertices to Points tools
The Densify tool densifies the lines and creates vertices with specified distances along the lines. After which, the Feature Vertices to Points tool is used to convert all the vertices present along the lines to points.
- Open the ArcGIS Pro project.
- Navigate to the Analysis tab and click Tools. In the Geoprocessing search bar, search for and select the Densify tool.
- In the Densify geoprocessing pane, ensure the following parameters are specified.
- For Input Features, select the line feature class from the drop-down list. In this example, it is 'Routes'.
- For Densification Method, ensure the default Distance option is selected.
- For Distance, specify the fixed interval and the unit. In this example, it is '100 Meters'.
- Leave other parameters at default.
- Click Run.
- Navigate to the Analysis tab and click Tools. In the Geoprocessing search bar, search for and select the Feature Vertices To Points tool.
- In the Feature Vertices To Points geoprocessing pane, ensure the following parameters are specified.
- For Input Features, select the line feature class from the drop-down list. In this example, it is 'Routes'.
- For Output Feature Class, specify the output name. In this example, it is 'Routes_FeatureVerticesToPoint'.
- For Point Type, ensure the default All vertices option is selected.
- Click Run.
The image below displays the points along multiple lines after using the Densify tool to densify the lines to create vertices and the Feature Vertices To Points tool to convert the vertices to points.