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

Method GetDataTypeByName

swig/java/javadoc.java:1177–1190  ·  view source on GitHub ↗
(String dataTypeName)

Source from the content-addressed store, hash-verified

1175 * @return GDAL data type.
1176 */
1177public 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 */
1191public class gdal:public static String GetColorInterpretationName(int eColorInterp)
1192
1193

Callers 14

test_rasterio_13Function · 0.80
gdal_proximityFunction · 0.80
CalcFunction · 0.80
mainFunction · 0.80
_gdal_mergeFunction · 0.80
ParseTypeFunction · 0.80
get_data_typeFunction · 0.80

Calls

no outgoing calls