(int eColorInterp)
| 4114 | * @return gdalconst.CE_None on success or gdalconst.CE_Failure if method is unsupported by format. |
| 4115 | */ |
| 4116 | public class Band:public int SetRasterColorInterpretation(int eColorInterp) |
| 4117 | |
| 4118 | /** |
| 4119 | * Set the raster color table. |
| 4120 | * |
| 4121 | * @param colorTable the color table to apply. This may be null to clear the color |
| 4122 | * table (where supported). |
| 4123 | * |
| 4124 | * @return gdalconst.CE_None on success, or gdalconst.CE_Failure on failure. If the action is |
| 4125 | * unsupported by the driver, a value of CE_Failure is returned, but no |
| 4126 | * error is issued. |
| 4127 | */ |
| 4128 | public class Band:public int SetColorTable(ColorTable colorTable) |
| 4129 | |
| 4130 | /** |
no outgoing calls