pub static IMPL_CONV: &[(u32, &'static (dyn Fn(&[(u32, f64)], Ellipsoid) -> String + Send + Sync))]
Expand description

Implemented projections.

Pairs operation codes with functions that map a slice of (parameter code, value)-tuples and an ellipsoid to a String containing source code for constructing the Projection with the given parameters.