ST_Segmentize — Splits a segment of a geometry if it is shorter than a given maximum Length. The distance is computed only in 2D.
geometry ST_Segmentize(
bytea
Geometry, double
MaxLength)
;
Splits a segment of a geometry if it is shorter than a given maximum Length. The distance is computed only in 2D.
GeometryCollection supported |
2D | 3D | M |
---|---|---|
OGC SFS for SQL. 1.1 (1999) | OGC SFS for SQL. 1.1.0 (2005) | OGC SFS for SQL. 1.2.0 (2006) | SQL-MM Part 3 |
---|---|---|---|
- | - | - | - |