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

Method ItemCollection

io/private/stac/ItemCollection.cpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43using namespace StacUtils;
44
45ItemCollection::ItemCollection(const NL::json& json,
46 const std::string& icPath,
47 const connector::Connector& connector,
48 bool validate):
49 m_json(json), m_path(icPath), m_connector(connector),
50 m_validate(validate)
51{}
52
53
54ItemCollection::~ItemCollection()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected