st_segmentize(geog geography, max_segment_length double precision)


Description

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

Parameters

Name Type Mode
geog geography IN
max_segment_length double precision IN

Definition