From: Regina Obe Date: Mon, 4 Apr 2011 02:35:53 +0000 (+0000) Subject: forgot one ST_AddBand proto X-Git-Tag: 2.0.0alpha1~1803 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ae98aaf57a8c03a90eabd470d61fccfbb0a1e8e;p=postgis forgot one ST_AddBand proto git-svn-id: http://svn.osgeo.org/postgis/trunk@6999 b70326c6-7e19-0410-871a-916f4a2858ee --- 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