DK for Delphi | GisLayerVector.TGIS_ShapePolygon.Split | Constructors | Fields | Methods | Properties
Splits a multipart polygon shape into parts.
// Delphi public function Split( const _keep_holes : Boolean ) : TGIS_ShapeList; overload;
// C++ Builder public: TGIS_ShapeList* Split( const bool _keep_holes ) /* overload */;
Name | Type | Description |
---|---|---|
_keep_holes | Boolean | if True, polygons with holes are not split; if False, all parts are split |
Type | Description |
---|---|
TGIS_ShapeList | Newly created list of parts. |
If a shape is single part, a main part is returned.