Trait de_types::projection::ToAltitude  
source · pub trait ToAltitude<T> {
    // Required method
    fn to_altitude(self, altitude: f32) -> T;
    // Provided method
    fn to_msl(self) -> T
       where Self: Sized { ... }
}Expand description
Trait for conversion of various geometrical objects to their 3D equivalents placed to an altitude.