DK11 for Java | tatukgis.jdk.TGIS_CSUnitsList.AddAuto | Constructors | Methods | Properties
Add a new item into the list.
// Java public TGIS_CSUnits AddAuto( int _epsg, java.lang.String _wkt, int[] _subunits );
// Oxygene public function AddAuto( _epsg : Integer; _wkt : String; _subunits : array of array of Integer ) : TGIS_CSUnits; virtual;
Name | Type | Description |
---|---|---|
_epsg | int Integer | EPSG code for the unit; if 0 then EPSG will be assigned from user defined, temporary pool |
_wkt | java.lang.String String | WKT name for the unit |
_subunits | int[] Integer[] | list of units in a set ordered by factor; if contains areal units then order should be by squared factor of all units except areas |
Type | Description |
---|---|
TGIS_CSUnits | Newly created object. |