Is there a possibility to use group by on a NeighbourhoodPairFinder? I would like to find two closest points to a point (in the same file) and get the resulting lines to combine (in a effort to draw lines through a set of points).
The points are on either side of a road and they must not crisscross. I do not want to use the road centerline file (as spatial filter). I have an attribute (side of road) and would like to find the points based on this group by however, the NeighborhoodPaitFinder does not have this. Only the NeighborFinder has this.