Skip to content
Snippets Groups Projects
Commit 7043dc6b authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: leave a todo for later

parent 987f7488
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,9 @@ public: ...@@ -58,6 +58,9 @@ public:
/** Create the appropriate ImageMetadataInterfaceFactory depending on the particulars of the file. */ /** Create the appropriate ImageMetadataInterfaceFactory depending on the particulars of the file. */
static ImageMetadataInterfaceBasePointerType CreateIMI(const MetaDataDictionaryType& dict); static ImageMetadataInterfaceBasePointerType CreateIMI(const MetaDataDictionaryType& dict);
// TODO: the input ImageMetadata is here to inject some metadatas parsed by
// GDALImageIO and initialize the correct number of bands. It should not be
// needed once we have a merge() function,
/** Create the appropriate IMI based on a MetadataSupplier */ /** Create the appropriate IMI based on a MetadataSupplier */
static ImageMetadataInterfaceBasePointerType CreateIMI(const ImageMetadata & imd, const MetadataSupplierInterface *mds); static ImageMetadataInterfaceBasePointerType CreateIMI(const ImageMetadata & imd, const MetadataSupplierInterface *mds);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment