User Tools

Site Tools


api:dk11:delphi:giscsbase.tgis_csarealist.fix_integer_string

Table of Contents

TGIS_CSAreaList.Fix method

DK11 for Delphi | GisCsBase.TGIS_CSAreaList.Fix | Constructors | Methods | Properties

Fix item by substituting exiting item based on EPSG code.

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

Syntax

// Delphi
public
  function Fix(
    const _epsg : Integer;
    const _name : String
  ) : TGIS_CSArea; reintroduce; virtual;
// C++ Builder
public:
  virtual TGIS_CSArea* Fix(
    const int _epsg,
    const UnicodeString _name
  );

Parameters

Name Type Description
_epsg Integer EPSG code for the area name; if 0 then EPSG will be assigned from user defined, temporary pool
_name String area name

Result

Type Description
TGIS_CSArea Fixed object.

Remarks

function will not check _epsg for being unique

2022/11/16 01:14

Page Tools