21 #ifndef otbGeomMetadataSupplier_h
22 #define otbGeomMetadataSupplier_h
24 #include <boost/any.hpp>
25 #include <unordered_map>
27 #include "OTBMetadataExport.h"
45 using DictType = std::unordered_map<std::string, std::string>;
61 std::string
GetMetadataValue(std::string
const& path,
bool& hasValue,
int band=1)
const override;
86 unsigned int GetAttributeId(std::string
const&, std::string
const&)
const override
88 otbLogMacro(Error, <<
"GetAttributeId() not yet implemented in otbGeomMetadataSupplier");
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.
#define otbLogMacro(level, msg)