How do you define arc direction?
If you had a function:
select getArcDirection(arc);
What would you expect the output to be?
In your image, the arc direction is a function of the labeling algorithm in combination with this that of the arc. For example if the label were flipped upside down and written along the underside of the line then the arc direction symbol would have to be reversed. So we can see that it is a function of the label and not just the arc alone.
postgis does not do rendering so it can not define that.
-Steve
On 5/16/2013 11:14 AM, franco base wrote:
I send again message because it was blocked for the attcahed file too big
I have a public transport network with an arc for 2 Point(the bus stop).
I'd know without using the points information arc direction like in qgis
(as you can see from the attached imagine with arc_id and direction)
2013/5/14 Nicolas Ribot <nicola...@gmail.com
<mailto:nicolas.ribot@gmail.com>>
<mailto:postgis-users@lists.osgeo.org>
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
_______________________________________________
postgis-users mailing list
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
_______________________________________________
postgis-users mailing list
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
_______________________________________________
postgis-users mailing list
postgi...@lists.osgeo.org
http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
The direction is always considered from start point to end point. You need to use these methods to determine everything else.