User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_fieldtype

Table of Contents

TGIS_FieldType enum

DK11 for Java | tatukgis.jdk.TGIS_FieldType | Enums

Supported field types.

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

Syntax

// Java
public enum TGIS_FieldType {
  String, Number, Float, Boolean, Date
}
// Oxygene
type
  TGIS_FieldType = public (
    String, Number, Float, Boolean, Date
  };

Members

Name Value Description
String Field is a String.
Number Field is a number.
Float Field is a float.
Boolean Field is a boolean.
Date Field is a date.

2022/11/30 19:36

Page Tools