(int eDataType)
| 1163 | * @return string corresponding to type. |
| 1164 | */ |
| 1165 | public class gdal:public static String GetDataTypeName(int eDataType) |
| 1166 | |
| 1167 | /** |
| 1168 | * Get data type by symbolic name. |
| 1169 | * <p> |
| 1170 | * Returns a data type corresponding to the given symbolic name. This |
| 1171 | * function is opposite to the gdal.GetDataTypeName(). |
| 1172 | * |
| 1173 | * @param dataTypeName string containing the symbolic name of the type. |
| 1174 | * |
| 1175 | * @return GDAL data type. |
| 1176 | */ |
| 1177 | public class gdal:public static int GetDataTypeByName(String dataTypeName) |
| 1178 | |
| 1179 | /** |
no outgoing calls