ST_IsSimple — 测试几何体是否没有自交点或自切点。
boolean ST_IsSimple(
geometry geomA)
;
如果此几何图形没有异常几何点(如自交或自切),则返回True。有关OGC对几何简单性和有效性的定义的详细信息,请参阅 “确保几何图形的OpenGIS兼容性”
![]() | |
SQL-MM将ST_isSimple(NULL)的结果定义为0,而PostGIS返回NULL。 |
This method implements the OGC Simple Features
Implementation Specification for SQL 1.1. s2.1.1.1
This method implements the SQL/MM specification. SQL-MM 3:5.1.8
This function supports 3d and will not drop the z-index.