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

Method GetGeoTransform

alg/gdalapplyverticalshiftgrid.cpp:141–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139/************************************************************************/
140
141CPLErr GDALApplyVSGDataset::GetGeoTransform(GDALGeoTransform &gt) const
142{
143 return m_poSrcDataset->GetGeoTransform(gt);
144}
145
146/************************************************************************/
147/* GetSpatialRef() */

Callers 11

GDALRasterizeLayersFunction · 0.45
GDALPolygonizeTFunction · 0.45
GDALRPCOpenDEMFunction · 0.45
InitializeMethod · 0.45
InitFunction · 0.45
GetVRTFunction · 0.45
getTransformsFunction · 0.45
createOutputDatasetFunction · 0.45
ViewshedExecutorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected