User Tools

Site Tools


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

Table of Contents

TGIS_ShapePolygon.TGIS_ShapePolygon(TGIS_DimensionType) constructor

Syntax

// Java
public TGIS_ShapePolygon(
  TGIS_DimensionType _dim
);
// Oxygene
public
  constructor (
    _dim : TGIS_DimensionType
  ); override;

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.

2022/11/16 01:51

Page Tools