User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_csunitslist.fix_integer_widestring_widestring_tgis_csunitstype_double

Table of Contents

ITGIS_CSUnitsList.Fix method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_CSUnitsList.Fix | Methods | Properties

Fix item by substituting exiting item based on EPSG code.

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

Syntax

// C#
public ITGIS_CSUnits Fix(
  int _epsg,
  WideString _wkt,
  WideString _symbol,
  TGIS_CSUnitsType _type,
  double _factor
);
' VisualBasic
Public Function Fix(
  ByVal _epsg As Integer,
  ByVal _wkt As WideString,
  ByVal _symbol As WideString,
  ByVal _type As TGIS_CSUnitsType,
  ByVal _factor As Double
) As ITGIS_CSUnits
// Oxygene
public
  function Fix(
    _epsg : Integer;
    _wkt : WideString;
    _symbol : WideString;
    _type : TGIS_CSUnitsType;
    _factor : Double
  ) : ITGIS_CSUnits;

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 WideString WKT name for the unit
_symbol WideString 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
ITGIS_CSUnits Fixed object.

Remarks

function will not check _epsg and _wkt for being unique

2022/11/16 01:09

Page Tools