MCPcopy Create free account
hub / github.com/PDAL/PDAL / addMetadata

Method addMetadata

pdal/private/gdal/Raster.cpp:723–731  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723GDALError Raster::addMetadata(std::string name,
724 std::string value,
725 std::string domain)
726{
727 CPLErr e = m_ds->SetMetadataItem(name.c_str(),
728 value.c_str(),
729 domain.c_str());
730 return GDALError(e);
731}
732
733void Raster::getBlockSize(int band, int &xSize, int &ySize) const
734{

Callers 1

doneFileMethod · 0.80

Calls 1

GDALErrorEnum · 0.85

Tested by

no test coverage detected