ORA-13348: polygon boundary is not closed
Cause: The boundary of a polygon does not close.
Action: Alter the coordinate values or the definition of the SDO_GTYPE or SDO_ETYPE attribute of the geometry.
ORA-13348错误是数据库中检测到一个多边形边界未完全关闭的错误,即最后一个节点没有完全闭合。
在设置多边形区域时,如果最后一个节点没有在原点,就会导致多边形边界不闭合,从而触发这个错误。
1.首先要查看多边形的每个节点,以确定是否存在未闭合的问题;
2.将每个节点数据可视化,比如将它们标绘到地图上,以展示真实情况;
3.确认节点有没有设置错误,该怎么样设置正确:
4.最后,将符合要求的节点序列重新输入到表中并重新查询,以确保多边形边界已完全闭合。