User Tools

Site Tools


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

Table of Contents

TGIS_Shape.CopyGeometry method

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

Copy geometry.

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

Syntax

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

Parameters

Name Type Description
_shape TGIS_Shape shape with geometry to copy

Remarks

Use this method to copy geometry from other object. Can be used to safely change Polygon to Arc geometry etc.

References

2022/11/16 01:51

Page Tools