(Double[] val)
| 3042 | * with the minimum value if available, other val[0] will contain null |
| 3043 | */ |
| 3044 | public class Band:public void GetMinimum(Double[] val) |
| 3045 | |
| 3046 | /** |
| 3047 | * Fetch the maximum value for this band. |
| 3048 | * <p> |
| 3049 | * For file formats that don't know this intrinsically, no value will be returned |
| 3050 | * |
| 3051 | * @param val empty allocated array of type Double[] of size 1. val[0] will contain a Double object |
| 3052 | * with the maximum value if available, other val[0] will contain null |
| 3053 | */ |
| 3054 | public class Band:public void GetMaximum(Double[] val) |
| 3055 | |
| 3056 | /** |
no outgoing calls