ST_RemovePoint — 从线串中删除点。
geometry
ST_RemovePoint
(
geometry
linestring
, integer
offset
)
;
给定线串索引(从0开始),从线串中删除点。用于将闭合直线(环)转换为开放线串。
增强版:3.2.0
可用性:1.1.0
This function supports 3d and will not drop the z-index.