(ColorTable colorTable)
| 4138 | * error is issued. |
| 4139 | */ |
| 4140 | public class Band:public int SetRasterColorTable(ColorTable colorTable) |
| 4141 | |
| 4142 | /** |
| 4143 | * Set default histogram |
| 4144 | * |
| 4145 | */ |
| 4146 | public class Band:public int SetDefaultHistogram(double min, double max, int[] histogram) |
| 4147 | |
| 4148 | /** |
no outgoing calls