4 #ifndef DRIVERMANAGER_HPP_INCLUDED
5 #define DRIVERMANAGER_HPP_INCLUDED
11 #include "fire/plugin-impl/connection/rasterImpl/Driver.hpp"
12 #include "fire/source/raster/DriverType.hpp"
14 #include "fire/plugin-impl/export.hpp"
17 namespace connection {
18 namespace rasterImpl {
34 size_t getDriverCount();
39 std::string getSupportedDrivers();
45 Driver* getDriver(
unsigned int index);
51 Driver* getDriver(source::raster::DriverType::DriverType type);
71 std::auto_ptr< GDALDriverManager > _gdaldrivermanager;
Definition: Driver.hpp:19
Classe singleton per la gestione dei Driver del plugin.
Definition: DriverManager.hpp:23