Trait geozero::ToGeo

source ·
pub trait ToGeo {
    // Required method
    fn to_geo(&self) -> Result<Geometry<f64>>;
}
Expand description

Convert to geo-types Geometry.

Required Methods§

source

fn to_geo(&self) -> Result<Geometry<f64>>

Convert to geo-types Geometry.

Implementors§