UserCustomColumns

Hierarchy

Constructors

Properties

geometryColumn: string

Geometry column

geometryIndex: number = -1

Geometry column index

Methods

  • Check for duplicate column names

    Parameters

    • index: number

      index

    • previousIndex: number

      previous index

    • column: string

      column

    Returns void

  • Get the column index of the column name

    Returns

    column index

    Parameters

    • columnName: string

      column name

    • required: boolean

      column existence is required

    Returns number

  • Check if the table has the column

    Returns

    true if has the column

    Parameters

    • columnName: string

      column name

    Returns boolean

  • Set the geometry column name

    Parameters

    • geometryColumn: string

      geometry column name

    Returns void

Generated using TypeDoc