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

Convert to GEOS geometry.

Required Methods

Convert to GEOS geometry.

Implementors