User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_shape.addpart_void

Table of Contents

TGIS_Shape.AddPart method

DK11 for Java | tatukgis.jdk.TGIS_Shape.AddPart | Constructors | Fields | Methods | Properties

Add next part to the shape.

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

Syntax

// Java
public void AddPart();
// Oxygene
public
  procedure AddPart; virtual;

Remarks

Use this method to add a new part to the shape. Internal representation of a shape is same as in the SHP file. If you want to set a new geometry,this call Reset, AddPart, AddPoint...AddPoint.

See Lock for example.

References

2022/11/16 01:51

Page Tools