MCPcopy Create free account
hub / github.com/PDAL/PDAL / Catalog

Method Catalog

io/private/stac/Catalog.cpp:49–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47using namespace StacUtils;
48
49Catalog::Catalog(const NL::json& json,
50 const std::string& catPath,
51 const connector::Connector& connector,
52 ThreadPool& pool,
53 bool validate,
54 LogPtr log) :
55 m_json(json), m_path(catPath), m_connector(connector),
56 m_pool(pool), m_validate(validate), m_log(log)
57{}
58
59Catalog::~Catalog()
60{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected