Name

ST_Orientation — 표면의 방향(orientation)을 결정합니다.

Synopsis

integer ST_Orientation(geometry geom);

설명

이 함수는 폴리곤에만 적용됩니다. 폴리곤이 반시계 방향이면 -1을, 시계 방향이면 1을 반환합니다.

2.1.0 버전부터 사용할 수 있습니다.

This method needs SFCGAL backend.

This function supports 3d and will not drop the z-index.