(int eColorInterp)
| 1189 | * @return string corresponding to color interpretation. |
| 1190 | */ |
| 1191 | public 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 | */ |
| 1205 | public class gdal:public static String GetPaletteInterpretationName(int ePaletteInterp) |
| 1206 | |
| 1207 | /** |
no outgoing calls