Hello,
I would like to create a view that summarizes topological connectivity between objects of my network. The result should be very simple, like FromOID | ToOID and no geometry.
I found a table (un_xyz_associations) that has information about the connectivity associations (junction-junction, structural attachment, etc.) but nothing related to topological connectivity between edges and points.
Is there a way to access this information, or do I need to trace the network and process the resulting JSON graph (which I would like to avoid) ?