User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csunitstype

Table of Contents

TGIS_CSUnitsType enum

DK for Java | tatukgis.jdk.TGIS_CSUnitsType | Enums

Type of measurement units.

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

Syntax

// Java
public enum TGIS_CSUnitsType {
  Linear, Angular, Areal, Auto
}
// Oxygene
type
  TGIS_CSUnitsType = public (
    Linear, Angular, Areal, Auto
  };

Members

Name Value Description
Linear Linear units such as meters and miles.
Angular Angular units such as radians and degrees.
Areal Areal units such as hectares and ares.
Auto Autoselect units like metric or US.

2026/07/05 02:36

Page Tools