[go: up one dir, main page]

geo 0.9.1

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

use ::CoordinateType;

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