(Double[] val)
| 3098 | * with the no data value if available, other val[0] will contain null |
| 3099 | */ |
| 3100 | public class Band:public void GetNoDataValue(Double[] val) |
| 3101 | |
| 3102 | /** |
| 3103 | * Fetch overview raster band object. |
| 3104 | * |
| 3105 | * @param i overview index between 0 and GetOverviewCount()-1. |
| 3106 | * |
| 3107 | * @return overview Band. |
| 3108 | */ |
| 3109 | public class Band:public Band GetOverview(int i) |
| 3110 | |
| 3111 | /** |
no outgoing calls
no test coverage detected