[][src]Trait geo_svg::ToSvgStr

pub trait ToSvgStr {
    fn to_svg_str(&self, style: &Style) -> String;
fn viewbox(&self, style: &Style) -> ViewBox; }

Required methods

fn to_svg_str(&self, style: &Style) -> String

fn viewbox(&self, style: &Style) -> ViewBox

Loading content...

Implementations on Foreign Types

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for Coordinate<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for Point<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for MultiPoint<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for Line<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for LineString<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for MultiLineString<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for Polygon<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for Rect<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for Triangle<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for MultiPolygon<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for Geometry<T>[src]

impl<T: Num + NumCast + Copy + PartialOrd + Display> ToSvgStr for GeometryCollection<T>[src]

impl<'a, T: ToSvgStr> ToSvgStr for &'a [T][src]

impl<T: ToSvgStr> ToSvgStr for Vec<T>[src]

Loading content...

Implementors

impl<'a> ToSvgStr for Svg<'a>[src]

Loading content...