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

pub trait HasXY {
    fn x(&self) -> f64;
fn y(&self) -> f64; }

Trait to acces the x, and y values of a point

Required methods

fn x(&self) -> f64

Returns the value of the x dimension

fn y(&self) -> f64

Returns the value of the y dimension

Loading content...

Implementors

impl HasXY for Point[src]

impl HasXY for PointM[src]

impl HasXY for PointZ[src]

Loading content...