User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csabstractlist.fix_tgis_csabstract

Table of Contents

TGIS_CSAbstractList.Fix method

DK for Java | tatukgis.jdk.TGIS_CSAbstractList.Fix | Constructors | Methods | Properties

Replaces an existing item matched by EPSG code.

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

Syntax

// Java
public TGIS_CSAbstract Fix(
  TGIS_CSAbstract _obj
);
// Oxygene
public
  function Fix(
    _obj : TGIS_CSAbstract
  ) : TGIS_CSAbstract; virtual;

Parameters

Name Type Description
_obj TGIS_CSAbstract Object containing the replacement definition.

Result

Type Description
TGIS_CSAbstract Object stored in the list after the replacement operation.
2026/07/11 01:22

Page Tools