RS_Value or RS_BandAsArray. It is more appropriate to load large raster files as out-db rasters.
Currently supports loading GeoTiff files (*.tiff or *.tif) and Arc Info Ascii Grid files (*.asc).
Additional parameters for configuring the Hadoop file system can be passed in as a ; delimited string. For example, fs.s3a.access.key=xxx;fs.s3a.secret.key=xxx. To load GeoTiff files without automatic rescaling, please add raster.reader.auto-rescale=false to the parameters.
Signatures
Parameters
The path to the raster image file.
A
; delimited string of additional parameters for configuring the Hadoop file system. For example, fs.s3a.access.key=xxx;fs.s3a.secret.key=xxx.If set to
true, the metadata of the raster file will be loaded immediately and any errors encountered reading the raster file will be reported. If false, only the path to the raster file is kept without loading it, until the metadata is actually needed.Return type
The resulting out-db raster.

