[postgis-devel] [PostGIS] #1049: ST_SetBandNoDataValue change to use default args
PostGIS
trac at osgeo.org
Tue Jun 21 23:51:51 PDT 2011
#1049: ST_SetBandNoDataValue change to use default args
----------------------------+-----------------------------------------------
Reporter: robe | Owner: pracine
Type: task | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
I've already updated the documentation as if it uses default args, but can
you merge:
st_setbandnodatavalue(rast raster, band integer, nodatavalue double
precision, forcechecking boolean)
st_setbandnodatavalue(rast raster, band integer, nodatavalue double
precision)
to just:
st_setbandnodatavalue(rast raster, band integer, nodatavalue double
precision, forcechecking boolean DEFAULT false)
Also I forgot -- what exactly does the forcechecking argument do when set
to true?
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/1049>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-devel
mailing list