Skip to main content

DefaultAreaStrategy

Type Alias DefaultAreaStrategy 

Source
pub type DefaultAreaStrategy<G> = <<<<G as Geometry>::Point as Point>::Cs as CoordinateSystem>::Family as DefaultArea<<<<G as Geometry>::Point as Point>::Cs as CoordinateSystem>::Family>>::Strategy;
Expand description

Type alias resolving the default area strategy for geometry G by walking G -> G::Point -> Cs -> Family -> DefaultArea::Strategy.

Mirrors DefaultDistanceStrategy for the area algorithm.