[go: up one dir, main page]

geo 0.8.1

Geospatial primitives and algorithms
1
2
3
4
5
6
7
8
pub use Geometry;

use types::CoordinateType;

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