Trait geozero::ToGeos[][src]

pub trait ToGeos {
    fn to_geos(&self) -> Result<Geometry<'_>>;
}

Convert to GEOS geometry.

Required methods

fn to_geos(&self) -> Result<Geometry<'_>>[src]

Convert to GEOS geometry.

Loading content...

Implementors

impl<T: GeozeroGeometry> ToGeos for T[src]

Loading content...