| 55 | std::string ReprojectionFilter::getName() const { return s_info.name; } |
| 56 | |
| 57 | ReprojectionFilter::ReprojectionFilter() : m_inferInputSRS(true) |
| 58 | {} |
| 59 | |
| 60 | |
| 61 | ReprojectionFilter::~ReprojectionFilter() |
nothing calls this directly
no outgoing calls
no test coverage detected