Skip to main content

PointStream

Trait PointStream 

Source
pub trait PointStream {
    // Required method
    fn next_chunk(&mut self, options: &ReadOptions) -> SpatialResult<bool>;
}
Expand description

Reads point clouds in chunks.

Required Methods§

Source

fn next_chunk(&mut self, options: &ReadOptions) -> SpatialResult<bool>

Advances to the next chunk, returning false when finished.

Implementors§