PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
PG_FUNCTION_INFO_V1 | ( | geography_line_interpolate_point | ) |
ST_LineInterpolatePoint(geography line, float fraction, boolean use_spheroid) Interpolate a point along a geographic line.
ST_LineInterpolatePoints(geography line, float fraction, boolean use_spheroid) In-fill geographic line with multiple points using the fraction as the interval between each point.