4 #ifndef DRIVER_HPP_INCLUDED
5 #define DRIVER_HPP_INCLUDED
11 #include "fire/source/raster/DriverType.hpp"
13 #include "fire/plugin-impl/export.hpp"
16 namespace connection {
17 namespace rasterImpl {
23 source::raster::DriverType::DriverType getType();
24 std::string GetMetadataItem(std::string type)
const;
31 GDALDriver* _gdaldriver;
Definition: Driver.hpp:19
Classe singleton per la gestione dei Driver del plugin.
Definition: DriverManager.hpp:23