@urban-toolkit/autk-db / UserTable
Interface: UserTable
Defined in: interfaces.ts:139
User-provided table that may be plain tabular data or an explicit layer.
Supports custom tables that can optionally declare their own renderable layer type.
Extends
Properties
bands?
optionalbands?:RasterBandMetadata[]
Defined in: interfaces.ts:59
Optional raster band metadata when the table stores raster data.
Inherited from
boundingBox?
optionalboundingBox?:BoundingBox
Defined in: interfaces.ts:57
Cached layer extent when the table contains geometry data.
Inherited from
columns
columns:
Column[]
Defined in: interfaces.ts:55
Flat schema information returned by DuckDB.
Inherited from
name
name:
string
Defined in: interfaces.ts:53
Unique table name within the active workspace.
Inherited from
source
source:
"user"
Defined in: interfaces.ts:141
Marks the table as supplied directly by user code.
Overrides
type?
optionaltype?:LayerType
Defined in: interfaces.ts:143
Optional layer kind when the user table should participate in rendering.