| 139 | /************************************************************************/ |
| 140 | |
| 141 | CPLErr GDALApplyVSGDataset::GetGeoTransform(GDALGeoTransform >) const |
| 142 | { |
| 143 | return m_poSrcDataset->GetGeoTransform(gt); |
| 144 | } |
| 145 | |
| 146 | /************************************************************************/ |
| 147 | /* GetSpatialRef() */ |
no outgoing calls
no test coverage detected