pub struct DTEDRecordDSI {Show 29 fields
pub security_release: Option<String>,
pub security_handling: Option<String>,
pub version: String,
pub edition: u8,
pub mm_version: char,
pub maintenance_data: u16,
pub mm_date: u16,
pub maintenance_code: u16,
pub product_specs_desc: String,
pub product_specs_code: u8,
pub product_specs_date: u16,
pub compilation_date: u16,
pub lat_origin: Angle,
pub lon_origin: Angle,
pub lat_sw: Angle,
pub lon_sw: Angle,
pub lat_nw: Angle,
pub lon_nw: Angle,
pub lat_ne: Angle,
pub lon_ne: Angle,
pub lat_se: Angle,
pub lon_se: Angle,
pub clockwise_orientation: u32,
pub lat_interval_s: u16,
pub lon_interval_s: u16,
pub lat_count: u16,
pub lon_count: u16,
pub partial_cell_flag: f64,
pub coverage: f64,
}Expand description
TODO
DTED Data Set Identification (DSI) Record
See: https://www.dlr.de/de/eoc/downloads/dokumente/7_sat_miss/SRTM-XSAR-DEM-DTED-1.1.pdf
Fields§
§security_release: Option<String>Security Control and Release Markings
security_handling: Option<String>Security Handling Description
version: String§edition: u8§mm_version: char§maintenance_data: u16§mm_date: u16§maintenance_code: u16§product_specs_desc: String§product_specs_code: u8§product_specs_date: u16§compilation_date: u16§lat_origin: Angle§lon_origin: Angle§lat_sw: Angle§lon_sw: Angle§lat_nw: Angle§lon_nw: Angle§lat_ne: Angle§lon_ne: Angle§lat_se: Angle§lon_se: Angle§clockwise_orientation: u32§lat_interval_s: u16§lon_interval_s: u16§lat_count: u16§lon_count: u16§partial_cell_flag: f64§coverage: f64Auto Trait Implementations§
impl Freeze for DTEDRecordDSI
impl RefUnwindSafe for DTEDRecordDSI
impl Send for DTEDRecordDSI
impl Sync for DTEDRecordDSI
impl Unpin for DTEDRecordDSI
impl UnwindSafe for DTEDRecordDSI
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