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

Method GetDriverCount

swig/java/javadoc.java:1212–1220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1210 * @return the number of registered drivers.
1211 */
1212public class gdal:public static int GetDriverCount()
1213
1214/**
1215 * Fetch a driver based on the short name.
1216 *
1217 * @param name the short name, such as "GTiff", being searched for.
1218 *
1219 * @return the identified driver, or null if no match is found.
1220 */
1221public class gdal:public static Driver GetDriverByName(String name)
1222
1223/**

Callers 15

has_jp2kdrvFunction · 0.45
testFunction · 0.45
test_misc_5Function · 0.45
misc_6_internalFunction · 0.45
test_misc_12Function · 0.45
testOpenMethod · 0.45
MAIN_STARTFunction · 0.45
GetOutputDriverFunction · 0.45
MAIN_STARTFunction · 0.45

Calls

no outgoing calls

Tested by 7

testFunction · 0.36
test_misc_5Function · 0.36
test_misc_12Function · 0.36
testOpenMethod · 0.36
TestDatasetFunction · 0.36