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.
// Java public void Assign( java.lang.Object _source );
// Oxygene public procedure Assign( _source : TObject ); override;
| Name | Type | Description |
|---|---|---|
| _source | java.lang.Object TObject | Source object from which values are copied. |
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.