Trait shapefile::record::traits::HasM[][src]

pub trait HasM {
    fn m(&self) -> f64;
}

Trait to access the m value of a point

Required methods

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

Loading content...

Implementors

impl HasM for PointM[src]

impl HasM for PointZ[src]

Loading content...