(double min, double max, int[] histogram, boolean include_out_of_range, boolean approx_ok, ProgressCallback callback)
| 2929 | * |
| 2930 | */ |
| 2931 | public class Band:public int GetHistogram(double min, double max, int[] histogram, boolean include_out_of_range, boolean approx_ok, ProgressCallback callback) |
| 2932 | |
| 2933 | /** |
| 2934 | * Compute raster histogram. |
| 2935 | * <p> |
| 2936 | * Same as below with callback == null |
| 2937 | * |
| 2938 | * @see #GetHistogram(double min, double max, int[] histogram, boolean include_out_of_range, boolean approx_ok, ProgressCallback callback) |
| 2939 | * |
| 2940 | */ |
| 2941 | public class Band:public int GetHistogram(double min, double max, int[] histogram, boolean include_out_of_range, boolean approx_ok) |
| 2942 | |
| 2943 | /** |
no outgoing calls