pub struct LambertConformalConicBuilder { /* private fields */ }
Available on crate feature
std
only.Implementations§
Source§impl LambertConformalConicBuilder
impl LambertConformalConicBuilder
pub fn with_center(self, center: EllipticalCoordinate) -> Self
pub fn with_shape(self, shape: Ellipsoid) -> Self
pub fn with_first_parallel(self, first_parallel: Latitude) -> Self
pub fn with_second_parallel(self, second_parallel: Latitude) -> Self
pub fn with_false_northing(self, false_northing: Length) -> Self
pub fn with_false_easting(self, false_easting: Length) -> Self
pub fn build(self) -> LambertConformalConic
Trait Implementations§
Source§impl Default for LambertConformalConicBuilder
impl Default for LambertConformalConicBuilder
Source§fn default() -> LambertConformalConicBuilder
fn default() -> LambertConformalConicBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LambertConformalConicBuilder
impl RefUnwindSafe for LambertConformalConicBuilder
impl Send for LambertConformalConicBuilder
impl Sync for LambertConformalConicBuilder
impl Unpin for LambertConformalConicBuilder
impl UnwindSafe for LambertConformalConicBuilder
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