Skip to content
pyautark (soon)

@urban-toolkit/autk-db


@urban-toolkit/autk-db / OsmLayerTable

Interface: OsmLayerTable

Defined in: interfaces.ts:79

OSM-derived layer with an explicit geometry type for rendering and queries.

Used after OSM data has been classified into a concrete map layer.

Extends

Properties

bands?

optional bands?: RasterBandMetadata[]

Defined in: interfaces.ts:59

Optional raster band metadata when the table stores raster data.

Inherited from

BaseTable.bands


boundingBox?

optional boundingBox?: BoundingBox

Defined in: interfaces.ts:57

Cached layer extent when the table contains geometry data.

Inherited from

BaseTable.boundingBox


columns

columns: Column[]

Defined in: interfaces.ts:55

Flat schema information returned by DuckDB.

Inherited from

BaseTable.columns


name

name: string

Defined in: interfaces.ts:53

Unique table name within the active workspace.

Inherited from

BaseTable.name


source

source: "osm"

Defined in: interfaces.ts:81

Marks the table as originating from the OSM loader.

Overrides

BaseTable.source


type

type: LayerType

Defined in: interfaces.ts:83

Geometry category used for rendering, styling, and spatial operations.

Released under the MIT License.