(Double[] val)
| 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 | /** |
| 3057 | * Fetch the raster value offset. |
| 3058 | * <p> |
| 3059 | * This value (in combination with the GetScale() value) is used to |
| 3060 | * transform raw pixel values into the units returned by GetUnits(). |
| 3061 | * For example this might be used to store elevations in GUInt16 bands |
| 3062 | * with a precision of 0.1, and starting from -100. |
| 3063 | * <p> |
| 3064 | * Units value = (raw value * scale) + offset |
| 3065 | * <p> |
| 3066 | * For file formats that don't know this intrinsically, no value will be returned |
| 3067 | * |
| 3068 | * @param val empty allocated array of type Double[] of size 1. val[0] will contain a Double object |
| 3069 | * with the offset value if available, other val[0] will contain null |
| 3070 | */ |
| 3071 | public class Band:public void GetOffset(Double[] val) |
| 3072 | |
| 3073 | /** |
no outgoing calls