Tile Table Metadata for defining table creation information

Hierarchy

Constructors

Properties

additionalColumns: TileColumn[]

Additional table columns

autoincrement: boolean = UserTable.DEFAULT_AUTOINCREMENT

ID autoincrement flag

columns: TileColumn[]

Table columns

dataType: string

Data type

idColumnName: string

ID column name

tableName: string

Table name

DEFAULT_DATA_TYPE: string = ...

Default data type

Methods

  • Create metadata

    Returns

    metadata

    Parameters

    • dataType: string

      data type

    • tableName: string

      table name

    • contentsBoundingBox: BoundingBox

      contents bounding box

    • contentsSrsId: number

      contents SRS id

    • tileBoundingBox: BoundingBox

      tile bounding box

    • tileSrsId: number

      tile SRS id

    • autoincrement: boolean

      autoincrement ids

    Returns TileTableMetadata

Generated using TypeDoc