Trait geo::ToGeo[][src]

pub trait ToGeo<T: CoordinateType> {
    fn to_geo(&self) -> Geometry<T>;
}

Required Methods

Implementors