User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csunitslist.fix_integer_string_string_tgis_csunitstype_double

Table of Contents

TGIS_CSUnitsList.Fix method

DK11 for Java | tatukgis.jdk.TGIS_CSUnitsList.Fix | Constructors | Methods | Properties

Fix item by substituting exiting item based on EPSG code.

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

Syntax

// Java
public TGIS_CSUnits Fix(
  int _epsg,
  java.lang.String _wkt,
  java.lang.String _symbol,
  TGIS_CSUnitsType _type,
  double _factor
);
// Oxygene
public
  function Fix(
    _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 java.lang.String
String
WKT name for the unit
_symbol java.lang.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 Fixed object.

Remarks

function will not check _epsg and _wkt for being unique

2022/11/16 01:42

Page Tools