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

Method GetDataTypeName

swig/java/javadoc.java:1165–1176  ·  view source on GitHub ↗
(int eDataType)

Source from the content-addressed store, hash-verified

1163 * @return string corresponding to type.
1164 */
1165public 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 */
1177public class gdal:public static int GetDataTypeByName(String dataTypeName)
1178
1179/**

Callers 15

fFunction · 0.45
test_vrtpansharpen_4Function · 0.45
test_vrtpansharpen_5Function · 0.45
test_vrtpansharpen_6Function · 0.45
test_vrt_derived_dtypeFunction · 0.45
test_warp_modeFunction · 0.45
test_warp_mode_nanFunction · 0.45

Calls

no outgoing calls