User Tools

Site Tools


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

Table of Contents

TGIS_Shape.AppendGeometry method

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

Append geometry.

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

Syntax

// Java
public void AppendGeometry(
  TGIS_Shape _shape
);
// Oxygene
public
  procedure AppendGeometry(
    _shape : TGIS_Shape
  );

Parameters

Name Type Description
_shape TGIS_Shape shape with geometry to append

Remarks

Use this method to append geometry from other object. Can be used to safely combine shapes geometry etc.

2022/11/16 01:51

Page Tools