ST_IsPlanar — 표면이 평면인지 아닌지 확인합니다.
boolean ST_IsPlanar(
geometry geom)
;
ST_IsPlanar is deprecated as of 3.5.0. Use CG_IsPlanar instead. |
2.2.0 버전부터 사용할 수 있습니다. 원래 2.1.0 버전에 문서화됐지만 2.1 배포판에서는 실수로 빠졌습니다.
This method needs SFCGAL backend.
This function supports 3d and will not drop the z-index.
This function supports Polyhedral surfaces.
This function supports Triangles and Triangulated Irregular Network Surfaces (TIN).