pub fn copc_query_for_nodes(
index: &LodIndex,
nodes: &[NodeId],
max_resolution: f64,
) -> LodResult<CopcQuery>Expand description
Converts selected index node bounds into one bounded COPC resolution query.
The caller remains responsible for executing and cancelling the query. This adapter does not open a file, issue a range request, or materialize points.