名前

ST_InterpolatePoint — ジオメトリの、指定したポイントに近いポイントにおけるM値を返します。

概要

float ST_InterpolatePoint(geometry line, geometry point);

説明

ジオメトリの、指定したポイントに近いポイントにおけるM値を返します。

初出: 2.0.0

この関数は3次元に対応しています。Zインデクスを削除しません。

SELECT ST_InterpolatePoint('LINESTRING M (0 0 0, 10 0 20)', 'POINT(5 5)');
 st_interpolatepoint 
 ---------------------
			            10
	

関連情報

ST_AddMeasure, ST_LocateAlong, ST_LocateBetween