ST_AddIsoEdge — 添加由几何图形定义的隔离边
alinestring
连接两个现有隔离节点的拓扑
anode
和
anothernode
并返回新边的边ID。
integer
ST_AddIsoEdge
(
varchar
atopology
, integer
anode
, integer
anothernode
, geometry
alinestring
)
;
添加由几何图形定义的隔离边
alinestring
连接两个现有隔离节点的拓扑
anode
和
anothernode
并返回新边的边ID。
如果空间参考系(SRID)的
alinestring
几何体与拓扑不同,任何输入参数为空,或者节点包含在多个面中,或者节点是现有边的开始节点或结束节点,则会引发异常。
如果
alinestring
不在脸的面孔内
anode
和
anothernode
属于,则引发异常。
如果
anode
和
anothernode
的起点和终点不是
alinestring
然后抛出一个异常。
可用性:1.1
This method implements the SQL/MM specification. SQL-MM:Topo-Geo和Topo-Net 3:例程详细信息:X.3.4