MCPcopy Create free account
hub / github.com/OSGeo/gdal / GetMetadata

Function GetMetadata

gcore/gdalalgorithm_cpp.h:1084–1088  ·  view source on GitHub ↗

Get user-defined metadata. */

Source from the content-addressed store, hash-verified

1082
1083 /** Get user-defined metadata. */
1084 inline const std::map<std::string, std::vector<std::string>>
1085 GetMetadata() const
1086 {
1087 return m_metadata;
1088 }
1089
1090 /** Get user-defined metadata by item name. */
1091 inline const std::vector<std::string> *

Callers 15

GetMetadataMethod · 0.70
GetMetadataItemMethod · 0.70
SetMetadataItemMethod · 0.70
XMLInitMethod · 0.70
GetMetadataItemMethod · 0.70
GetMetadataMethod · 0.70
LoadJP2MetadataMethod · 0.70
LoadVectorLayersMethod · 0.70
GetMetadataMethod · 0.70
GetMetadataItemMethod · 0.70
CloneInfoMethod · 0.70

Calls 1

GetMetadataMethod · 0.45

Tested by

no test coverage detected