Skip to content

om_mincut_polygon

Daniel Marín edited this page Jul 8, 2026 · 2 revisions

Description:

Table that stores information of mincut results related to polygons.

Fields:

Column name Data type Description
id serial Id
result_id integer Id of related mincut, defined on om_mincut
polygon_id character varying(16) Id of polygons involved in the process
the_geom geometry(MultiPolygon,SRID) Geometry of polygons involved in the process

Clone this wiki locally