User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_csunitstype

Table of Contents

TGIS_CSUnitsType enum

DK11 for Java | tatukgis.jdk.TGIS_CSUnitsType | Enums

Type of 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 like meters, miles.
Angular Angular units like radians, degrees.
Areal Areal units like hectares, ares.
Auto Autoselect units like metric or US.

2022/11/16 01:52

Page Tools