[][src]Trait laz::las::gps::LasGpsTime

pub trait LasGpsTime {
    fn gps_time(&self) -> f64;
fn set_gps_time(&mut self, new_value: f64); fn read_from<R: Read>(&mut self, src: &mut R) -> Result<()> { ... } }

Required methods

fn gps_time(&self) -> f64[src]

fn set_gps_time(&mut self, new_value: f64)[src]

Loading content...

Provided methods

fn read_from<R: Read>(&mut self, src: &mut R) -> Result<()>[src]

Loading content...

Implementors

impl LasGpsTime for GpsTime[src]

impl LasGpsTime for Point1[src]

impl LasGpsTime for Point3[src]

Loading content...