Trait postgis::Point[][src]

pub trait Point: Send + Sync {
    fn x(&self) -> f64;
fn y(&self) -> f64; fn opt_z(&self) -> Option<f64> { ... }
fn opt_m(&self) -> Option<f64> { ... } }

Required methods

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

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

Loading content...

Provided methods

fn opt_z(&self) -> Option<f64>[src]

fn opt_m(&self) -> Option<f64>[src]

Loading content...

Implementors

impl Point for postgis::ewkb::Point[src]

impl Point for PointM[src]

impl Point for PointZ[src]

impl Point for PointZM[src]

impl Point for postgis::twkb::Point[src]

Loading content...