All Products
Search
Document Center

ApsaraDB RDS:ST_InterleavingType

Last Updated:Sep 04, 2023

This topic describes the ST_InterleavingType function. This function returns the interleaving type of a raster object. The interleaving type can be BSQ, BIL, or BIP.

Syntax

text ST_InterleavingType(raster raster_obj);

Parameters

Parameter

Description

raster_obj

The raster that you want to query.

Examples

select ST_InterleavingType(raster_obj) from raster_table;

__________________________________
BSQ