Struct vectortile::screen::MultiPolygon [] [src]

pub struct MultiPolygon {
    pub polygons: Vec<Polygon>,
}

Fields

Trait Implementations

impl EncodableGeom for MultiPolygon
[src]

impl ScreenGeom<MultiPolygon> for MultiPolygon
[src]

Convert geometry into screen coordinates

impl Debug for MultiPolygon
[src]

Formats the value using the given formatter.

impl PartialEq for MultiPolygon
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.