User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_cstransformlist.add_integer_string_integer_integer_integer_integer_string

Table of Contents

TGIS_CSTransformList.Add(Integer; String; Integer; Integer; Integer; Integer; String) method

DK11 for Delphi | GisCsBase.TGIS_CSTransformList.Add | Overloads | Constructors | Methods | Properties

Add new item into the list.

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

Syntax

// Delphi
public
  function Add(
    const _epsg : Integer;
    const _wkt : String;
    const _method : Integer;
    const _ellipsoid : Integer;
    const _number : Integer;
    const _area : Integer;
    const _grid_files : String
  ) : TGIS_CSTransformAbstract; overload; reintroduce; virtual;
// C++ Builder
public:
  virtual TGIS_CSTransformAbstract* Add(
    const int _epsg,
    const UnicodeString _wkt,
    const int _method,
    const int _ellipsoid,
    const int _number,
    const int _area,
    const UnicodeString _grid_files
  ) /* overload */;

Parameters

Name Type Description
_epsg Integer EPSG code for the transformation; if 0 then EPSG will be assigned from user defined, temporary pool
_wkt String wkt name for transformation
_method Integer EPSG code for method
_ellipsoid Integer EPSG code for the ellipsoid
_number Integer serial number of transformation for current datum
_area Integer EPSG area code
_grid_files String list of supported grid files separated by coma

Result

Type Description
TGIS_CSTransformAbstract Newly created object.

Remarks

function will not check _epsg for being unique

2022/11/16 01:15

Page Tools