Class FileGdbField

java.lang.Object
ch.so.agi.filegdb.table.FileGdbField

public final class FileGdbField extends Object
Attribute field of a file geodatabase table.

Properties:

  • name: field name
  • alias: field alias
  • type: field type
  • nullable: whether the field participates in the null bit mask
  • required: whether the field is required
  • editable: whether the field is editable
  • maxWidth: maximum width in UTF-16 code units for string fields, otherwise zero
  • highPrecision: whether datetime values keep sub second precision
  • domain: name of the assigned catalog domain, may be null