[postgis-devel] [PostGIS] #593: [raster] Add a ST_BandIsNoData function
PostGIS
trac at osgeo.org
Wed Sep 15 09:10:04 PDT 2010
#593: [raster] Add a ST_BandIsNoData function
----------------------------+-----------------------------------------------
Reporter: pracine | Owner: pracine
Type: task | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis raster | Version: trunk
Keywords: |
----------------------------+-----------------------------------------------
Returns true if and only if the band is filled only with nodata values.
This function is usefull to optimize many functions.
This function requires a new flag (similar to the hasnodatavalue flag) to
be set a the band level.
Change to the loader are also required. Any editing function changing a
pixel value from nodata to with data should also reset the flag.
We might want to add a ST_ResetBandISNoData function later.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/593>
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