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

Method OpenShared

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

Source from the content-addressed store, hash-verified

1287 * @see #Open(String name, int eAccess)
1288 */
1289public class gdal:public static Dataset OpenShared(String name, int eAccess)
1290
1291/**
1292 * Open a raster file as a Dataset object.
1293 * <p>
1294 * Same as below with eAccess == gdalconst.GA_ReadOnly
1295 *
1296 * @see #OpenShared(String name, int eAccess)
1297 *
1298 */
1299public class gdal:public static Dataset OpenShared(String name)
1300
1301

Calls

no outgoing calls