Skip to main content
It works the same as ST_SubDivide but returns new rows with geometries instead of list. A minimum of 5 vertices is required for maxVertices parameter to form a closed box. ST_SubDivideExplode

Signatures

Parameters

geom
Geometry
required
The input geometry.
maxVertices
Integer
required
The maximum number of vertices.

Return type

The resulting geometry.

Examples

Query:
Using Lateral View Table:
Query