Returns the datatype of each pixel in the given band of the given raster in string format. The band parameter is 1-indexed. If no band is specified, band 1 is assumed.Documentation Index
Fetch the complete documentation index at: https://docs.wherobots.com/llms.txt
Use this file to discover all available pages before exploring further.
If the given band index does not exist in the given raster, RS_BandPixelType throws an IllegalArgumentException.
REAL_64BITS- For Double valuesREAL_32BITS- For Float valuesSIGNED_32BITS- For Integer valuesSIGNED_16BITS- For Short valuesUNSIGNED_16BITS- For unsigned Short valuesUNSIGNED_8BITS- For Byte values
Signatures
Parameters
The rast value.
The band index.
Return type
A string representation.

