Skip to content

@sqlrooms/deck / findGeometryColumn

Function: findGeometryColumn()

findGeometryColumn(table?): { geometryColumn: string; geometryEncodingHint: GeometryEncodingHint | undefined; } | null

Parameters

ParameterType
table?DataTable

Returns

{ geometryColumn: string; geometryEncodingHint: GeometryEncodingHint | undefined; } | null