Style Row

Hierarchy

Constructors

Properties

columnTypes: GeoPackageDataType[]

Column types of this row, based upon the data values

User columns

User table

values: DBValue[]

Array of row values

Accessors

  • get columnCount(): number
  • Get the column count

    Returns

    column count

    Returns number

  • get columnNames(): string[]
  • Get the column names

    Returns

    column names

    Returns string[]

  • get pkColumnIndex(): number
  • Get the primary key column Index

    Returns

    pk index

    Returns number

Methods

  • Determine if a color exists from the hex color and opacity

    Returns

    true if has a color

    Parameters

    • hexColor: string

      hex color

    • opacity: number

      opacity

    Returns boolean

  • Create a color from the hex color and opacity

    Returns

    rgba color

    Parameters

    • hexColor: string

      hex color

    • opacity: number

      opacity

    Returns string

  • Set the id and optionally validate

    Parameters

    • id: number

      id value

    • pkModifiable: boolean = ...

      primary key modifiable

    Returns void

  • Set the value of the column name

    Parameters

    • columnName: string

      column name

    • value: any

      value

    Returns void

Generated using TypeDoc