ST_InterleavingType
Updated at:
Copy as MD
Returns the interleaving type of a raster object. The return value is one of BSQ (Band Sequential), BIL (Band Interleaved by Line), or BIP (Band Interleaved by Pixel).
Syntax
text ST_InterleavingType(raster raster_obj);Parameters
| Parameter | Description |
|---|---|
| raster_obj | The raster object to query. |
Example
select ST_InterleavingType(raster_obj) from raster_table;Output:
BSQIs this page helpful?