| 148 | /************************************************************************/ |
| 149 | |
| 150 | const OGRSpatialReference *GDALApplyVSGDataset::GetSpatialRef() const |
| 151 | { |
| 152 | return m_poSrcDataset->GetSpatialRef(); |
| 153 | } |
| 154 | |
| 155 | /************************************************************************/ |
| 156 | /* IsInitOK() */ |
no outgoing calls
no test coverage detected