From 7ae98aaf57a8c03a90eabd470d61fccfbb0a1e8e Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Mon, 4 Apr 2011 02:35:53 +0000 Subject: [PATCH] forgot one ST_AddBand proto git-svn-id: http://svn.osgeo.org/postgis/trunk@6999 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference_raster.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index cfac6734a..68c9830eb 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -1682,6 +1682,11 @@ t | double precision initialvalue double precision nodataval + + raster ST_AddBand + raster torast + raster fromrast + raster ST_AddBand raster torast @@ -1702,7 +1707,8 @@ t | Description - Returns a raster with a new band added in given position (index), of given type, of given initial value, and of given nodata value. If no index is specified, the band is added to the end. Pixel type is a string representation + Returns a raster with a new band added in given position (index), of given type, of given initial value, and of given nodata value. If no index is specified, the band is added to the end. + If no fromband is specified, band 1 is assumed. Pixel type is a string representation of one of the pixel types specified in . If an existing index is specified all subsequent bands >= that index are incremented by 1. If an initial value greater than the max of the pixel type is specified, then the initial value is set to the highest -- 2.50.1