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

Method hasSpatialFilter

io/EptReader.cpp:188–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186 void overlaps(ept::Hierarchy& target, const NL::json& hier, const ept::Key& key);
187 bool passesSpatialFilter(const BOX3D& tileBounds) const;
188 bool hasSpatialFilter() const
189 {
190 return !polys.empty() || bounds.box.valid();
191 }
192};
193
194EptReader::EptReader() : m_args(new EptReader::Args), m_p(new EptReader::Private),

Callers 2

inspectMethod · 0.45
processPointMethod · 0.45

Calls 2

emptyMethod · 0.45
validMethod · 0.45

Tested by

no test coverage detected