pub struct BesselMeridianCalculator { /* private fields */ }
Available on crate feature
std
only.Expand description
Bessel’s formula for the Meridian Arc, as described on page 2, eq 5 of Kawase 2011:
Kawase, K. (2011): ‘A General Formula for Calculating Meridian Arc Length and its Application to Coordinate Conversion in the Gauss-Krüger Projection’, Bulletin of the Geospatial Information Authority of Japan, Vol.59 December, 2011
Implementations§
Source§impl BesselMeridianCalculator
impl BesselMeridianCalculator
pub fn new(ellipsoid: &Ellipsoid) -> BesselMeridianCalculator
Trait Implementations§
Source§impl MeridianCalculator for BesselMeridianCalculator
impl MeridianCalculator for BesselMeridianCalculator
fn meridional_arc_distance(&self, delta_lat: &Angle) -> Length
Auto Trait Implementations§
impl Freeze for BesselMeridianCalculator
impl RefUnwindSafe for BesselMeridianCalculator
impl Send for BesselMeridianCalculator
impl Sync for BesselMeridianCalculator
impl Unpin for BesselMeridianCalculator
impl UnwindSafe for BesselMeridianCalculator
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more