@sqlrooms/room-shell / SpatialLoadFileOptions
Type Alias: SpatialLoadFileOptions
SpatialLoadFileOptions =
object
Interface
Options specific to spatial file loading with st_read method SpatialLoadFileOptions
Type Declaration
Index Signature
[key: string]: unknown
| Name | Type |
|---|---|
schema? | string |
select? | string[] |
where? | string |
view? | boolean |
temp? | boolean |
replace? | boolean |
options? | string | Record<string, unknown> | string[] |
method | "st_read" |
