User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csunits.tounits_tgis_csunits_double

Table of Contents

TGIS_CSUnits.ToUnits method

DK11 for Java | tatukgis.jdk.TGIS_CSUnits.ToUnits | Constructors | Methods | Properties

Convert value provided in basic unit (meter or radians) into the value represented by current unit.

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

Syntax

// Java
public double ToUnits(
  TGIS_CSUnits _units,
  double _value
);
// Oxygene
public
  function ToUnits(
    _units : TGIS_CSUnits;
    _value : Double
  ) : Double;

Parameters

Name Type Description
_units TGIS_CSUnits desired units system to be converted to
_value double
Double
value to be converted

Result

Type Description
double
Double
Value converted to defined units.
2022/11/16 01:42

Page Tools