Skip to main content
It works the same as ST_ExtentBasedSubDivide but returns new rows with geometries instead of list. ST_ExtentBasedSubDivideExplode

Signatures

Parameters

geom
Geometry
required
The input geometry.
maxWidth
Double
required
The max width value.
maxHeight
Double
required
The max height value.
maxVertices
Integer
The maximum number of vertices.
maxDepths
Integer
The maximum recursion depth for subdivision.
algorithms
String
The algorithms value.

Example