-
Notifications
You must be signed in to change notification settings - Fork 12
GDAL functions
geonef edited this page Mar 19, 2012
·
1 revision
Arguments:
- filename : the name of the file to access. In the case of exotic drivers this may not refer to a physical file, but instead contain information for the driver on how to access a dataset. It should be in UTF-8 encoding.
- access : the desired access, either GA_Update or GA_ReadOnly. Many drivers support only read only access.
Return value : GDALDataset object or NULL on failure.
- http://www.gdal.org/gdal_8h.html (gdal.h)