(String dataTypeName)
| 1175 | * @return GDAL data type. |
| 1176 | */ |
| 1177 | public class gdal:public static int GetDataTypeByName(String dataTypeName) |
| 1178 | |
| 1179 | /** |
| 1180 | * Get name of color interpretation. |
| 1181 | * <p> |
| 1182 | * Returns a symbolic name for the color interpretation. This is derived from |
| 1183 | * the enumerated item name with the GCI_ prefix removed, but there are some |
| 1184 | * variations. So GCI_GrayIndex returns "Gray" and GCI_RedBand returns "Red". |
| 1185 | * The returned strings are static strings and should not be modified |
| 1186 | * or freed by the application. |
| 1187 | * |
| 1188 | * @param eColorInterp color interpretation to get name of. |
| 1189 | * @return string corresponding to color interpretation. |
| 1190 | */ |
| 1191 | public class gdal:public static String GetColorInterpretationName(int eColorInterp) |
| 1192 | |
| 1193 |
no outgoing calls