pub struct LambertConformalConic { /* private fields */ }
Available on crate feature
std
only.Trait Implementations§
Source§impl Projection for LambertConformalConic
impl Projection for LambertConformalConic
Source§fn get_center_coords(&self) -> &EllipticalCoordinate
fn get_center_coords(&self) -> &EllipticalCoordinate
Returns the center elliptical coordinate of this projection
Source§fn project_to_cartesian(
&self,
coord: &EllipticalCoordinate,
) -> CartesianCoordinate
fn project_to_cartesian( &self, coord: &EllipticalCoordinate, ) -> CartesianCoordinate
Projects the elliptical coordinate to an equivalent cartesian coordinate
Source§fn project_to_elliptical(
&self,
coord: &CartesianCoordinate,
) -> EllipticalCoordinate
fn project_to_elliptical( &self, coord: &CartesianCoordinate, ) -> EllipticalCoordinate
Projects the cartesian coordinate to an equivalent elliptical coordinate
Auto Trait Implementations§
impl Freeze for LambertConformalConic
impl RefUnwindSafe for LambertConformalConic
impl Send for LambertConformalConic
impl Sync for LambertConformalConic
impl Unpin for LambertConformalConic
impl UnwindSafe for LambertConformalConic
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