User Tools

Site Tools


api:dk11:delphi:gislayervector.tgis_shape.split_void

Table of Contents

TGIS_Shape.Split method

DK for Delphi | GisLayerVector.TGIS_Shape.Split | Constructors | Fields | Methods | Properties

Splits a multipart shape into parts.

Available also on: .NET | Java | ActiveX | Python.

Syntax

// Delphi
public
  function Split : TGIS_ShapeList; overload;
// C++ Builder
public:
  TGIS_ShapeList* Split(void) /* overload */;

Result

Type Description
TGIS_ShapeList Newly created list of parts.

Remarks

If a shape is single part, a main part is returned.

2025/01/31 01:09

Page Tools