I have to determine the direction of a closed curve (a line where start and endpoint are the same) because I want to derive a gpx in the right direction (clockwise) from the polyline. Is there a way to do this?
So I want to test if the polyline has a clockwise direction and, if not, reverse the direction.
I tried the Polylineanalyzer and the azimuthcalculator, but both don't give me a solution.