Commit graph

4 commits

Author SHA1 Message Date
Bborie Park 9369f89557 Added checks of SRID to make sure that SRIDs are within the permitted range. Ticket is #1568.
git-svn-id: http://svn.osgeo.org/postgis/trunk@9154 b70326c6-7e19-0410-871a-916f4a2858ee
2012-02-10 23:33:37 +00:00
Bborie Park ab6ad7fcaf - remove OUT parameters on those functions that only return a single value.
- updated regression tests that made use of those functions returning single values with OUT parameters


git-svn-id: http://svn.osgeo.org/postgis/trunk@7277 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-27 23:35:07 +00:00
Bborie Park b1337f7bc2 - Added default values for function parameters of ST_ValueCount and ST_ValuePercent. Removed duplicative functions of the same.
- Tweaked the regression tests for ST_ValueCount and ST_ValuePercent as one question for each function type was too ambiguous.


git-svn-id: http://svn.osgeo.org/postgis/trunk@7264 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-27 00:02:59 +00:00
Bborie Park 29fd8cc4f1 Addition of ST_ValuePercent, sibling of ST_ValueCount. This function provides the ability to determine the percentage of a raster's band that is of a user-specified value.
Assocated ticket is #990

Also specified STRICT for functions with "searchvalue" (the singular) argument.


git-svn-id: http://svn.osgeo.org/postgis/trunk@7256 b70326c6-7e19-0410-871a-916f4a2858ee
2011-05-26 20:04:12 +00:00