CalcBounds2D

Trait CalcBounds2D 

Source
pub trait CalcBounds2D {
    // Required method
    fn calc_bounds_2d(&self) -> Bounds2D;
}
Expand description

Trait to calculate a bounding box of 2D geometry.

Required Methods§

Source

fn calc_bounds_2d(&self) -> Bounds2D

Fetch bounds.

Implementations on Foreign Types§

Source§

impl CalcBounds2D for MultiPolygon

Implementors§