DK for Java | tatukgis.jdk.TGIS_Shape.Split | Constructors | Fields | Methods | Properties
Splits a multipart shape into a list of separate single-part shapes.
// Java public TGIS_ShapeList Split();
// Oxygene public function Split : TGIS_ShapeList;
| Type | Description |
|---|---|
| TGIS_ShapeList | A TGIS_ShapeList containing one shape for each part. The caller owns the returned list. |
PURPOSE: Decomposes multipart vector geometry for workflows that need to process, export, or analyze parts individually.
BEHAVIOR: Creates a new TGIS_ShapeList and populates it with shapes representing the individual parts of the source geometry.
CONSTRAINTS: The caller must release the returned TGIS_ShapeList and any owned shapes according to list ownership rules.