Trait geozero::ToGeos

source ·
pub trait ToGeos {
    // Required method
    fn to_geos(&self) -> Result<Geometry<'_>>;
}
Expand description

Convert to GEOS geometry.

Required Methods§

source

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

Convert to GEOS geometry.

Implementors§