DK for Java | tatukgis.jdk.TGIS_CSAbstractList.AddAlias | Constructors | Methods | Properties
Adds a new alias item for an existing definition.
// Java public void AddAlias( int _epsg, java.lang.String _wkt, int _master );
// Oxygene public procedure AddAlias( _epsg : Integer; _wkt : String; _master : Integer ); virtual;
| Name | Type | Description |
|---|---|---|
| _epsg | int Integer | EPSG code assigned to the alias definition. |
| _wkt | java.lang.String String | WKT name assigned to the alias definition. |
| _master | int Integer | EPSG code of the master definition referenced by the alias. |