pub struct MapProjectorInfo {
pub projector_type: String,
pub vertical_datum: String,
pub mgrs_grid: String,
pub map_origin: GeoPoint,
}Fields§
§projector_type: String§vertical_datum: String§mgrs_grid: String§map_origin: GeoPointImplementations§
Source§impl MapProjectorInfo
impl MapProjectorInfo
pub const LOCAL: &'static str = "Local"
pub const LOCAL_CARTESIAN_UTM: &'static str = "LocalCartesianUTM"
pub const MGRS: &'static str = "MGRS"
pub const TRANSVERSE_MERCATOR: &'static str = "TransverseMercator"
pub const WGS84: &'static str = "WGS84"
pub const EGM2008: &'static str = "EGM2008"
Trait Implementations§
Source§impl Clone for MapProjectorInfo
impl Clone for MapProjectorInfo
Source§fn clone(&self) -> MapProjectorInfo
fn clone(&self) -> MapProjectorInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MapProjectorInfo
impl Debug for MapProjectorInfo
Source§impl Default for MapProjectorInfo
impl Default for MapProjectorInfo
Source§impl<'de> Deserialize<'de> for MapProjectorInfo
impl<'de> Deserialize<'de> for MapProjectorInfo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MapProjectorInfo
impl PartialEq for MapProjectorInfo
Source§impl Serialize for MapProjectorInfo
impl Serialize for MapProjectorInfo
impl Message for MapProjectorInfo
impl StructuralPartialEq for MapProjectorInfo
Auto Trait Implementations§
impl Freeze for MapProjectorInfo
impl RefUnwindSafe for MapProjectorInfo
impl Send for MapProjectorInfo
impl Sync for MapProjectorInfo
impl Unpin for MapProjectorInfo
impl UnwindSafe for MapProjectorInfo
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