User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csunits.create_integer_string_arrayinteger

Table of Contents

TGIS_CSUnits.Create(Integer; String; array of Integer) constructor

DK11 for Delphi | GisCsBase.TGIS_CSUnits.Create | Overloads | Constructors | Methods | Properties

Create an instance of automatic units

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

Syntax

// Delphi
public
  constructor Create(
    const _epsg : Integer;
    const _wkt : String;
    const _subunits : array of array of Integer
  ); overload;
// C++ Builder
Create (
  const int _epsg,
  const UnicodeString _wkt,
  const DynamicArray<int> _subunits
);

Parameters

Name Type Description
_epsg Integer EPSG code for the unit
_wkt String WKT name for the unit
_subunits array of Integer list of units in a set ordered by factor; if contains areal units then order should be by squared factor of all units except areas
2022/11/16 01:15

Page Tools