User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csunits.assign_tobject

Table of Contents

TGIS_CSUnits.Assign method

DK for Java | tatukgis.jdk.TGIS_CSUnits.Assign | Constructors | Methods | Properties

Assign values from another unit definition.

Available also on: Delphi | .NET.

Overrides TGIS_CSAbstract.Assign.

Syntax

// Java
public void Assign(
  java.lang.Object _source
);
// Oxygene
public
  procedure Assign(
    _source : TObject
  ); override;

Parameters

Name Type Description
_source java.lang.Object
TObject
Source object from which values are copied.

Remarks

PURPOSE: Supports copying coordinate system definition metadata between compatible objects.

BEHAVIOR: Copies the common fields defined by TGIS_CSAbstract. Descendants can override this method to copy additional subclass-specific values.

CONSTRAINTS: The source object must be compatible with the target implementation.

2026/07/11 01:24

Page Tools