Search index not built yet. Run pnpm build once; after that the dev server also
serves the latest index from dist/pagefind.
↑↓ navigate↵ openesc close⌘K toggle
API · C++ CLASSES · Dataset
Dataset
Returned by Gdal.openEx and the
operations. The per-dataset programs and accessors. Always close() when done.
Operation options are GDAL CLI flags via
Module.toVector("VectorString", […]).
Note: per-band, per-layer and per-feature read APIs (getRasterBand,
getLayer, readRaster, executeSQL, …) are not
exposed in v3. Work at the program level (translate, info with -json)
instead.
Lifecycle
METHOD
DESCRIPTION
close()
Release the dataset. Required, especially in worker mode.
getDriver() → Driver · getFileList() →
string[]
The owning driver; every file the dataset produced (multi-file outputs like
Shapefile).