ST_Orientation — Determina l'orientazione di una superficie.
integer ST_Orientation(geometry geom);
                 
               | 
              |
| 
                 ST_Orientation is deprecated as of 3.5.0. Use CG_Orientation instead.  | 
            
The function only applies to polygons. It returns -1 if the polygon is counterclockwise oriented and 1 if the polygon is clockwise oriented.
Disponibilità: 2.1.0
            
 Questo metodo richiede il backend SFCGAL. 
            
 Questa funzione supporta il 3d e non distrugge gli z-index.