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

Method inspect

io/GDALReader.cpp:118–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118QuickInfo GDALReader::inspect()
119{
120 QuickInfo qi;
121
122 initialize();
123
124 qi.m_pointCount = m_width * m_height;
125 qi.m_srs = getSpatialReference();
126 qi.m_bounds = m_bounds;
127 qi.m_valid = true;
128 qi.m_dimNames = m_dimNames;
129
130 return qi;
131}
132
133
134void GDALReader::addDimensions(PointLayoutPtr layout)

Callers

nothing calls this directly

Calls 1

initializeFunction · 0.85

Tested by

no test coverage detected