User Tools

Site Tools


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

Table of Contents

TGIS_CSUnits.TGIS_CSUnits(int, java.lang.String, int[]) constructor

DK11 for Java | tatukgis.jdk.TGIS_CSUnits.Create | Overloads | Constructors | Methods | Properties

Create an instance of automatic units

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

Syntax

// Java
public TGIS_CSUnits(
  int _epsg,
  java.lang.String _wkt,
  int[] _subunits
);
// Oxygene
public
  constructor (
    _epsg : Integer;
    _wkt : String;
    _subunits : array of array of Integer
  );

Parameters

Name Type Description
_epsg int
Integer
EPSG code for the unit
_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
2022/11/16 01:42

Page Tools