I have a workspace where I have lines that are clearly duplicated but the matcher does not identify them because the coordinates are flipped on one versus the other. Is there a way to identify duplicate geometries for lines regardless of whether the coordinates are flipped.
For example:
Line 1
Coordinate 0 = 1973175.975504196, 1785187.3988771015
Coordinate 1 = 1973164.445329631, 1784950.337012621
Line 2
Coordinate 0 = 1973164.445329631, 1784950.337012621
Coordinate 1 = 1973175.975504196, 1785187.3988771015
Both lines are identical, however the direction of one is different from the other.
So how can I eliminate one of these based solely on geometry.