User Tools

Site Tools


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

Table of Contents

TGIS_CSAbstractList.Fix method

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

Fix item by substituting existing item based on 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 matching object to be fixed

Result

Type Description
TGIS_CSAbstract Fixed object.
2022/11/16 01:40

Page Tools