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

Method Open

swig/java/javadoc.java:1255–1264  ·  view source on GitHub ↗
(String name, int eAccess)

Source from the content-addressed store, hash-verified

1253 * @see #OpenShared(String name, int eAccess)
1254 */
1255public class gdal:public static Dataset Open(String name, int eAccess)
1256
1257/**
1258 * Open a raster file as a Dataset object.
1259 * <p>
1260 * Same as below with eAccess == gdalconst.GA_ReadOnly
1261 *
1262 * @see #Open(String name, int eAccess)
1263 *
1264 */
1265public class gdal:public static Dataset Open(String name)
1266
1267/**

Callers 15

gdal_proximityFunction · 0.45
getMethod · 0.45
getTileIndexFromFilesFunction · 0.45
createTileIndexFunction · 0.45
init_from_nameMethod · 0.45
copy_intoMethod · 0.45
_gdal_mergeFunction · 0.45
gdal_polygonizeFunction · 0.45
gdal_pansharpenFunction · 0.45
parse_spectral_namesFunction · 0.45
gdal_fillnodataFunction · 0.45
gdal_sieveFunction · 0.45

Calls

no outgoing calls

Tested by 7

TestUnicodeFieldDefsMethod · 0.36
TestUnicodeVrtFilesMethod · 0.36
runMethod · 0.36
runMethod · 0.36
mainMethod · 0.36
openFileMethod · 0.36