User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_csunitslist.add_integer_string_string_tgis_csunitstype_double

Table of Contents

TGIS_CSUnitsList.Add method

DK11 for .NET | TatukGIS.NDK.TGIS_CSUnitsList.Add | Constructors | Methods | Properties

Add a new item into the list.

Available also on: Delphi | Java | ActiveX | Python.

Syntax

// C#
public virtual TGIS_CSUnits Add(
  int _epsg,
  string _wkt,
  string _symbol,
  TGIS_CSUnitsType _type,
  double _factor
);
' VisualBasic
Public Overridable Function Add(
  ByVal _epsg As Integer,
  ByVal _wkt As String,
  ByVal _symbol As String,
  ByVal _type As TGIS_CSUnitsType,
  ByVal _factor As Double
) As TGIS_CSUnits
// Oxygene
public
  function Add(
    _epsg : Integer;
    _wkt : String;
    _symbol : String;
    _type : TGIS_CSUnitsType;
    _factor : Double
  ) : TGIS_CSUnits; reintroduce; virtual;

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the unit; if 0 then EPSG will be assigned from user defined, temporary pool
_wkt string
String
WKT name for the unit
_symbol string
String
units symbol like 'km', 'm'
_type TGIS_CSUnitsType angular, linear or areal units
_factor double
Double
factor between unit and basic unit (meter or radians); for example factor for kilometer is 1000.

Result

Type Description
TGIS_CSUnits Newly created object.

Remarks

function will not check _epsg and _wkt for being unique

2022/11/16 01:29

Page Tools