User Tools

Site Tools


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

Table of Contents

TGIS_Shape.TGIS_Shape(TGIS_DimensionType) constructor

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

Create a shape instance.

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

Syntax

// Java
public TGIS_Shape(
  TGIS_DimensionType _dim
);
// Oxygene
public
  constructor (
    _dim : TGIS_DimensionType
  ); virtual;

Parameters

Name Type Description
_dim TGIS_DimensionType Dimension

Remarks

For usage TGIS_LayerVector.CreateShape method is recommended instead.

Use this method to create a shape. Internally it calls Recreate method.

Example

This is a simple procedure showing how to add a shape to the layer.

2022/11/16 01:51

Page Tools