PolygonSplit Operator | Geospatial Data Types | Teradata Vantage - PolygonSplit - Analytics Database - Teradata Vantage

Geospatial Data Types

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-08-30
dita:mapPath
qgk1628112272483.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
ghz1472251264557
lifecycle
latest
Product Category
Teradata Vantageā„¢

Table operator that accepts a table containing ST_Geometry Polygon types and recursively processes qualifying polygons into sets of smaller sub-polygons, each having fewer vertices than the original polygon. Taken together, the sub-polygons closely approximate the shape and area of the original polygon.

If the input polygon exceeds a specified maximum number of vertices, PolygonSplit divides the polygon into four sub-polygons, one occupying each quadrant of the input polygon. The sub-polygons thus formed are similarly, recursively split until each resulting polygon has fewer than the specified maximum number of vertices.

The input table must include an ST_Geometry column to hold a polygon and an identifier column to hold a unique identifier for each polygon. The sub-polygons that are created all share the identifier of the original polygon that was split.