[go: up one dir, main page]

[][src]Trait wkt::ToWkt

pub trait ToWkt<T> where
    T: Float
{ fn to_wkt(&self) -> Wkt<T>; }

A trait for converting values to WKT

Required methods

fn to_wkt(&self) -> Wkt<T>

Converts the value of self to an instance of WKT

Loading content...

Implementations on Foreign Types

impl<T> ToWkt<T> for Geometry<T> where
    T: Float
[src]

Loading content...

Implementors

Loading content...