DK11 for Java | tatukgis.jdk.TGIS_CSAbstractList.Alias | Constructors | Methods | Properties
Define alias between two items.
// Java public void Alias( int _epsg, int _master );
// Oxygene public procedure Alias( _epsg : Integer; _master : Integer ); virtual;
Name | Type | Description |
---|---|---|
_epsg | int Integer | code of the object which is an alias for the master object. |
_master | int Integer | code of the master item |