st_segmentize(geog geography, max_segment_length double precision)


Description

args: geog, max_segment_length - Return a modified geometry/geography having no segment longer than the given distance.

Parameters

Name Type Mode
geog geography IN
max_segment_length double precision IN

Definition