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

Method GetColorInterpretationName

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

Source from the content-addressed store, hash-verified

1189 * @return string corresponding to color interpretation.
1190 */
1191public class gdal:public static String GetColorInterpretationName(int eColorInterp)
1192
1193
1194/**
1195 * Get name of palette interpretation.
1196 * <p>
1197 * Returns a symbolic name for the palette interpretation. This is the
1198 * the enumerated item name with the GPI_ prefix removed. So GPI_Gray returns
1199 * "Gray". The returned strings are static strings and should not be modified
1200 * or freed by the application.
1201 *
1202 * @param ePaletteInterp palette interpretation to get name of.
1203 * @return string corresponding to palette interpretation.
1204 */
1205public class gdal:public static String GetPaletteInterpretationName(int ePaletteInterp)
1206
1207/**

Callers 10

test_ecw_36Function · 0.80
test_ecw_37Function · 0.80
test_colorinterpFunction · 0.80
gdal_pansharpenFunction · 0.80
compare_bandFunction · 0.80
mainFunction · 0.80
MainMethod · 0.80
mainMethod · 0.80
mainMethod · 0.80
openFileMethod · 0.80

Calls

no outgoing calls

Tested by 4

test_ecw_36Function · 0.64
test_ecw_37Function · 0.64
test_colorinterpFunction · 0.64
openFileMethod · 0.64