User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csdatum.create_integer_string_integer_integer

Table of Contents

TGIS_CSDatum.Create(Integer; String; Integer; Integer) constructor

DK for Delphi | GisCsBase.TGIS_CSDatum.Create | Overloads | Constructors | Methods | Properties

Create an instance.

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

Syntax

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

Parameters

Name Type Description
_epsg Integer EPSG code for the unit
_wkt String WKT name for the unit
_ellipsoid Integer EPSG code for ellipsoid
_transform Integer EPSG code of default coordinate operation
2025/01/31 01:06

Page Tools