| 169 | } |
| 170 | |
| 171 | void SbetReader::tryLoadRemote() |
| 172 | { |
| 173 | m_private->connector.reset(new connector::Connector(m_filespec)); |
| 174 | m_private->isRemote = Utils::isRemote(m_filename); |
| 175 | auto handle = m_private->connector->getLocalHandle(m_filename); |
| 176 | m_filename = handle.release(); |
| 177 | } |
| 178 | |
| 179 | } // namespace pdal |
nothing calls this directly
no test coverage detected