MCPcopy Create free account
hub / github.com/OSGeo/gdal / SetRasterColorInterpretation

Method SetRasterColorInterpretation

swig/java/javadoc.java:4116–4127  ·  view source on GitHub ↗
(int eColorInterp)

Source from the content-addressed store, hash-verified

4114 * @return gdalconst.CE_None on success or gdalconst.CE_Failure if method is unsupported by format.
4115 */
4116public 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 */
4128public class Band:public int SetColorTable(ColorTable colorTable)
4129
4130/**

Callers 15

make_dataFunction · 0.80
make_data_with_alphaFunction · 0.80
make_data_grayFunction · 0.80
nitf_createFunction · 0.80
test_nitf_50Function · 0.80
test_ecw_11Function · 0.80
test_tiff_write_28Function · 0.80
test_tiff_write_29Function · 0.80
test_gdalbuildvrt_7Function · 0.80
CalcFunction · 0.80

Calls

no outgoing calls

Tested by 7

test_nitf_50Function · 0.64
test_ecw_11Function · 0.64
test_tiff_write_28Function · 0.64
test_tiff_write_29Function · 0.64
test_gdalbuildvrt_7Function · 0.64