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

Method init

io/private/stac/Item.cpp:68–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66{}
67
68bool Item::init(const Filters& filters, NL::json rawReaderArgs,
69 SchemaUrls schemaUrls)
70{
71
72 if (!filter(filters))
73 return false;
74
75 m_schemaUrls = schemaUrls;
76 if (m_validate)
77 validate();
78
79 NL::json readerArgs = Utils::handleReaderArgs(rawReaderArgs);
80 m_readerOptions = Utils::setReaderOptions(readerArgs, m_driver, m_assetPath);
81 return true;
82}
83
84std::string Item::id()
85{

Callers

nothing calls this directly

Calls 3

handleReaderArgsFunction · 0.85
setReaderOptionsFunction · 0.85
filterFunction · 0.50

Tested by

no test coverage detected