名前

addbandarg — ST_AddBandの入力に使われる複合型で、新しいバンドの属性と初期値からなります。

説明

ST_AddBandの入力に使われる複合型で、新しいバンドの属性と初期値からなります。

フィールド 説明
index integer ラスタのバンド群のうち新しいバンドが追加される位置を示す1始まりの値。NULLの場合には、新しいバンドはラスタバンド群の末尾に追加されます。
pixeltype text Pixel type of the new band. One of the pixel types described in ST_BandPixelType.
initialvalue double precision Initial value that all pixels of the new band will be set to.
nodataval double precision 新しいバンドのNODATA値。NULLの場合には、新しいバンドにNODATA値を設定しません。

関連情報

ST_AddBand