User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csabstract.create_integer_string

Table of Contents

TGIS_CSAbstract.Create(Integer; String) constructor

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

Create an instance.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  constructor Create(
    const _epsg : Integer;
    const _wkt : String
  ); overload;
// C++ Builder
Create (
  const int _epsg,
  const UnicodeString _wkt
);

Parameters

Name Type Description
_epsg Integer EPSG code for the unit
_wkt String WKT name for the unit
2022/11/16 01:14

Page Tools