名前

ST_Orientation — サーフェスの方向を判定します。

概要

integer ST_Orientation(geometry geom);

説明

この関数はポリゴンのみ受け付けます。ポリゴンが反時計回りなら-1を返し、時計回りなら1を返します。

Availability: 2.1.0

This method needs SFCGAL backend.

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