Open Table of Contents

Connect Points

Connects with lines each point from a point dataset to every other point from the same dataset that is closer to the point than the user defined cut off distance. 

Inputs:

Outputs:

Notes:

Example:

Each set of points will be connected only once.
  • Point 0 connects to Points 1, 2, 3, 4
  • Point 1 connects to Points 2, 3, 4 (it already has been connected to Point 0)
  • Point 2 connects to Points 3, 4 (it already has been connected to Points 0 and 1)
  • ......

The angle is calculated in North Azimuth direction