[][src]Trait postgis::Point

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

Required Methods

Provided Methods

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]