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

Method SetGeoTransform

autotest/cpp/test_gdal_algorithm.cpp:4833–4836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4831 }
4832
4833 CPLErr SetGeoTransform(const GDALGeoTransform &) override
4834 {
4835 return CE_Failure;
4836 }
4837 };
4838
4839 auto datasetArg = edit->GetArg("dataset");

Callers 15

test_gpkg_3Function · 0.45
test_gpkg_14Function · 0.45
test_gpkg_15Function · 0.45
test_gpkg_16Function · 0.45
test_gpkg_20Function · 0.45
test_gpkg_21Function · 0.45
test_gpkg_metadata_PAMFunction · 0.45
test_gpkg_26_errorsFunction · 0.45
test_gpkg_28Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected