pub struct GeoRefExtractor;Expand description
Extract georeferencing from IFC content
Implementations§
Source§impl GeoRefExtractor
impl GeoRefExtractor
Sourcepub fn extract(
decoder: &mut EntityDecoder<'_>,
entity_types: &[(u32, IfcType)],
) -> Result<Option<GeoReference>>
pub fn extract( decoder: &mut EntityDecoder<'_>, entity_types: &[(u32, IfcType)], ) -> Result<Option<GeoReference>>
Extract georeferencing from decoder
Auto Trait Implementations§
impl Freeze for GeoRefExtractor
impl RefUnwindSafe for GeoRefExtractor
impl Send for GeoRefExtractor
impl Sync for GeoRefExtractor
impl Unpin for GeoRefExtractor
impl UnwindSafe for GeoRefExtractor
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