pub struct E57Reader { /* private fields */ }Expand description
Reads point clouds from E57 files.
Implementations§
Trait Implementations§
Source§impl PointReader for E57Reader
impl PointReader for E57Reader
Source§fn schema(&self) -> SpatialResult<PointSchema>
fn schema(&self) -> SpatialResult<PointSchema>
Returns the schema declared by the source.
Source§fn metadata(&self) -> SpatialResult<SpatialMetadata>
fn metadata(&self) -> SpatialResult<SpatialMetadata>
Returns spatial metadata associated with the source.
Source§fn read(&mut self, _options: &ReadOptions) -> SpatialResult<PointCloud>
fn read(&mut self, _options: &ReadOptions) -> SpatialResult<PointCloud>
Reads the full point cloud.
Auto Trait Implementations§
impl Freeze for E57Reader
impl RefUnwindSafe for E57Reader
impl Send for E57Reader
impl Sync for E57Reader
impl Unpin for E57Reader
impl UnsafeUnpin for E57Reader
impl UnwindSafe for E57Reader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more