DK for Java | tatukgis.jdk.TGIS_CSAbstractList.Alias | Constructors | Methods | Properties
Defines an alias relationship between two existing items.
// Java public void Alias( int _epsg, int _master );
// Oxygene public procedure Alias( _epsg : Integer; _master : Integer ); virtual;
| Name | Type | Description |
|---|---|---|
| _epsg | int Integer | EPSG code of the object that becomes an alias. |
| _master | int Integer | EPSG code of the master object referenced by the alias. |