返回指定LineString的子串。 语法 geometry ST_LineSubstring(geometry aLinestring , float8 startfraction , float8 endfraction); geography ST_LineSubstring(geography aLinestring , float8 startfraction , float8 endfraction); 参数 参数名称 描述 aLinestring 目标LineString对象。 startfraction 起始的位置。 en...
geometry ST_LineSubstring(geometry aLinestring , float8 startfraction , float8 endfraction); geography ST_LineSubstring(geography aLinestring , float8 startfraction , float8 endfraction); 参数 参数名称 描述 aLinestring 目标LineString对象。 startfraction 起始的位置。 endfraction 结束的位置。 描述 当...
ST_LineSubstring,ApsaraDB RDS:返回指定LineString的子串。 參數名稱 描述 aLinestring 目標LineString對象。 startfraction 起始的位置。 endfraction 結束的位置。 當startfraction和endfraction取值相同時,等同於ST_LineInterpolatePoint。
ST_LineSubstring関数は3Dオブジェクトをサポートし、z座標は削除しません。 ST_LineSubstring関数はm座標をサポートします。 例 SELECT ST_AsText(ST_LineSubstring('LINESTRING(0 0,10 10)'::geometry,0.3,0.6)); st_astext --- LINESTRING(3 3,6 6) (1 row) --geography SELECT ST_AsText...
如果想作用于MultiLineString对象,需要先使用ST_LineMerge合并。 该函数支持3D对象,并且不会删除Z坐标。 该函数支持M坐标。 示例 SELECT ST_AsText(ST_LineSubstring('LINESTRING(0 0,10 10)'::geometry,0.3,0.6)); st_astext --- LINESTRING(3 3,6 6) (1 row) --geography SELECT ST_AsText(ST...
ST_LineSubstring,云原生数据库 PolarDB:返回指定LineString的子串。 参数名称 描述 aLinestring 目标LineString对象。 startfraction 起始的位置。 endfraction 结束的位置。 当startfraction和endfraction取值相同时,等同于ST_LineInterpolatePoint。
ST_LineSubstring関数はm座標をサポートします。 例 SELECTST_AsText(ST_LineSubstring('LINESTRING(0 0,10 10)'::geometry,0.3,0.6)); st_astext---LINESTRING(33,66) (1row)--geographySELECTST_AsText(ST_LineSubstring('LINESTRING(0 0,10 10)'::geography,0.3,0.6)); st_astext---LINESTRING...
ST_LineSubstring,ApsaraDB RDS:このトピックでは、ST_LineSubstring関数について説明します。 この関数は、LineStringオブジェクトの部分文字列を返します。 パラメーター 説明 aLinestring 指定するLineStringオブジェクト。