Name

ST_Orientation — 确定表面方向

Synopsis

integer ST_Orientation(geometry geom);

描述

[Warning]

ST_Orientation is deprecated as of 3.5.0. Use CG_Orientation instead.

该函数仅适用于多边形。 如果多边形是逆时针方向,则返回 -1;如果多边形是顺时针方向,则返回 1。

可用性:2.1.0

该方法需要SFCGAL后端。

该函数支持 3d 并且不会丢失 z-index。