Changes between Version 91 and Version 92 of WKTRaster/SpecificationWorking03
- Timestamp:
- 05/26/11 14:10:44 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WKTRaster/SpecificationWorking03
v91 v92 2536 2536 ST_Histogram and ST_ApproxHistogram provide methods to determine a raster's data distribution. 2537 2537 2538 The return of ST_Histogram and ST_ApproxHistogram is a set of records where each record is (min, max, count, p roportion).2538 The return of ST_Histogram and ST_ApproxHistogram is a set of records where each record is (min, max, count, percent). 2539 2539 2540 2540 ST_Histogram has the following variations. … … 2542 2542 1. ST_Histogram(rast raster, nband int, hasnodata boolean, bins int, width double precision[], right boolean) -> set of records 2543 2543 2544 returns set of records of four columns (min, max, count, p roportion)2544 returns set of records of four columns (min, max, count, percent) 2545 2545 2546 2546 nband: index of band to process on