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

Signatures

Parameters

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

Example