|
|
static void | initialize () |
| | Must be called before any other function to initialize GDAL.
|
| |
| static std::shared_ptr< NativeDataset > | open_dataset (const char *path, bool write_access) |
| |
◆ open_dataset()
| std::shared_ptr< NativeDataset > VectorExtractor::open_dataset |
( |
const char * |
path, |
|
|
bool |
write_access |
|
) |
| |
|
static |
Returns the GDALDataset at the given path, or null. TODO: This could also be in the RasterExtractor, it's not raster- or vector-specific...
The documentation for this class was generated from the following files:
- /github/workspace/src/vector-extractor/VectorExtractor.h
- /github/workspace/src/vector-extractor/VectorExtractor.cpp