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

Method IdentifyDriver

swig/java/javadoc.java:1328–1337  ·  view source on GitHub ↗
(String name, java.util.Vector fileList)

Source from the content-addressed store, hash-verified

1326 * @return A Driver object or null on failure.
1327 */
1328public class gdal:public static Driver IdentifyDriver(String name, java.util.Vector fileList)
1329
1330/**
1331 * Identify the driver that can open a raster file.
1332 * <p>
1333 * Same as below with fileList == null
1334 *
1335 * @see #IdentifyDriver(String name, java.util.Vector fileList)
1336 *
1337 */
1338public class gdal:public static Driver IdentifyDriver(String name)
1339
1340/**

Callers 11

test_isis_24Function · 0.80
test_netcdf_16Function · 0.80
test_netcdf_17Function · 0.80
test_netcdf_18Function · 0.80
test_netcdf_23Function · 0.80
test_identify_1Function · 0.80
test_identify_2Function · 0.80
test_identify_3Function · 0.80
gdal_proximityFunction · 0.80
ProcessTargetFunction · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by 8

test_isis_24Function · 0.64
test_netcdf_16Function · 0.64
test_netcdf_17Function · 0.64
test_netcdf_18Function · 0.64
test_netcdf_23Function · 0.64
test_identify_1Function · 0.64
test_identify_2Function · 0.64
test_identify_3Function · 0.64