Skip to main content

AbstractConstructiveElement

Struct AbstractConstructiveElement 

Source
pub struct AbstractConstructiveElement { /* private fields */ }

Implementations§

Trait Implementations§

Source§

impl ApplyTransform for AbstractConstructiveElement

Source§

fn apply_transform(&mut self, m: Transform<f64, TGeneral, 3>)

Source§

fn apply_isometry(&mut self, isometry: Isometry<f64, Unit<Quaternion<f64>>, 3>)

Source§

fn apply_translation( &mut self, vector: Matrix<f64, Const<3>, Const<1>, ArrayStorage<f64, 3, 1>>, )

Source§

fn apply_rotation(&mut self, rotation: Rotation<f64, 3>)

Source§

fn apply_scale(&mut self, scale: Scale<f64, 3>)

Source§

impl AsAbstractCityObject for AbstractConstructiveElement

Source§

impl AsAbstractCityObjectMut for AbstractConstructiveElement

Source§

fn abstract_city_object_mut(&mut self) -> &mut AbstractCityObject

Source§

fn set_relative_to_terrain(&mut self, value: Option<RelativeToTerrain>)

Source§

fn set_relative_to_water(&mut self, value: Option<RelativeToWater>)

Source§

fn external_references_mut(&mut self) -> &mut Vec<ExternalReference>

Source§

fn set_external_references( &mut self, external_references: Vec<ExternalReference>, )

Source§

fn push_external_reference(&mut self, external_reference: ExternalReference)

Source§

fn extend_external_references( &mut self, external_references: impl IntoIterator<Item = ExternalReference>, )

Source§

fn generic_attributes_mut(&mut self) -> &mut Vec<GenericAttributeKind>

Source§

fn set_generic_attributes( &mut self, generic_attributes: Vec<GenericAttributeKind>, )

Source§

fn push_generic_attribute(&mut self, generic_attribute: GenericAttributeKind)

Source§

fn extend_generic_attributes( &mut self, generic_attributes: impl IntoIterator<Item = GenericAttributeKind>, )

Source§

fn appearances_mut(&mut self) -> &mut Vec<AbstractAppearanceProperty>

Source§

fn set_appearances(&mut self, appearances: Vec<AbstractAppearanceProperty>)

Source§

fn push_appearance(&mut self, appearance: AbstractAppearanceProperty)

Source§

fn extend_appearances( &mut self, appearances: impl IntoIterator<Item = AbstractAppearanceProperty>, )

Source§

fn related_to_mut(&mut self) -> &mut Vec<CityObjectRelationProperty>

Source§

impl AsAbstractConstructiveElement for AbstractConstructiveElement

Source§

impl AsAbstractConstructiveElementMut for AbstractConstructiveElement

Source§

impl AsAbstractFeature for AbstractConstructiveElement

Source§

fn abstract_feature(&self) -> &AbstractFeature

Returns a reference to the embedded AbstractFeature base data.
Source§

fn bounded_by(&self) -> Option<&BoundingShape>

Source§

impl AsAbstractFeature for AbstractConstructiveElement

Source§

impl AsAbstractFeatureMut for AbstractConstructiveElement

Source§

fn abstract_feature_mut(&mut self) -> &mut AbstractFeature

Returns a mutable reference to the embedded AbstractFeature base data.
Source§

fn set_bounded_by(&mut self, bounded_by: Option<BoundingShape>)

Source§

fn bounded_by_mut(&mut self) -> &mut Option<BoundingShape>

Source§

fn set_bounding_shape_from_envelope(&mut self, envelope: Option<Envelope>)

Source§

impl AsAbstractFeatureMut for AbstractConstructiveElement

Source§

impl AsAbstractFeatureWithLifespan for AbstractConstructiveElement

Source§

impl AsAbstractFeatureWithLifespanMut for AbstractConstructiveElement

Source§

impl AsAbstractGml for AbstractConstructiveElement

Source§

fn abstract_gml(&self) -> &AbstractGml

Returns a reference to the embedded AbstractGml base data.
Source§

fn id(&self) -> Option<&Id>

Returns the optional identifier of this GML object.
Source§

fn names(&self) -> &[Code]

Returns the names of this GML object.
Source§

impl AsAbstractGmlMut for AbstractConstructiveElement

Source§

fn abstract_gml_mut(&mut self) -> &mut AbstractGml

Returns a mutable reference to the embedded AbstractGml base data.
Source§

fn set_id(&mut self, id: Id)

Sets the identifier of this GML object.
Source§

fn set_id_opt(&mut self, id: Option<Id>)

Sets or clears the identifier of this GML object.
Source§

fn clear_id(&mut self)

Clears the identifier of this GML object.
Source§

fn set_names(&mut self, names: Vec<Code>)

Source§

fn push_name(&mut self, name: Code)

Source§

fn extend_names(&mut self, names: impl IntoIterator<Item = Code>)

Source§

impl AsAbstractObject for AbstractConstructiveElement

Source§

impl AsAbstractObjectMut for AbstractConstructiveElement

Source§

impl AsAbstractOccupiedSpace for AbstractConstructiveElement

Source§

impl AsAbstractOccupiedSpaceMut for AbstractConstructiveElement

Source§

impl AsAbstractPhysicalSpace for AbstractConstructiveElement

Source§

impl AsAbstractPhysicalSpaceMut for AbstractConstructiveElement

Source§

impl AsAbstractSpace for AbstractConstructiveElement

Source§

impl AsAbstractSpaceMut for AbstractConstructiveElement

Source§

fn abstract_space_mut(&mut self) -> &mut AbstractSpace

Source§

fn set_space_type(&mut self, value: Option<SpaceType>)

Source§

fn volumes_mut(&mut self) -> &mut Vec<QualifiedVolume>

Source§

fn set_volumes(&mut self, values: Vec<QualifiedVolume>)

Source§

fn push_volume(&mut self, volume: QualifiedVolume)

Source§

fn extend_volumes(&mut self, volumes: impl IntoIterator<Item = QualifiedVolume>)

Source§

fn areas_mut(&mut self) -> &mut Vec<QualifiedArea>

Source§

fn set_areas(&mut self, values: Vec<QualifiedArea>)

Source§

fn push_area(&mut self, area: QualifiedArea)

Source§

fn extend_areas(&mut self, areas: impl IntoIterator<Item = QualifiedArea>)

Source§

fn set_lod1_solid(&mut self, value: Option<SolidProperty>)

Source§

fn set_lod2_solid(&mut self, value: Option<SolidProperty>)

Source§

fn set_lod3_solid(&mut self, value: Option<SolidProperty>)

Source§

fn set_lod0_multi_surface(&mut self, value: Option<MultiSurfaceProperty>)

Source§

fn set_lod2_multi_surface(&mut self, value: Option<MultiSurfaceProperty>)

Source§

fn set_lod3_multi_surface(&mut self, value: Option<MultiSurfaceProperty>)

Source§

fn set_lod0_multi_curve(&mut self, value: Option<MultiCurveProperty>)

Source§

fn set_lod2_multi_curve(&mut self, value: Option<MultiCurveProperty>)

Source§

fn set_lod3_multi_curve(&mut self, value: Option<MultiCurveProperty>)

Source§

fn lod1_solid_mut(&mut self) -> Option<&mut SolidProperty>

Source§

fn lod2_solid_mut(&mut self) -> Option<&mut SolidProperty>

Source§

fn lod3_solid_mut(&mut self) -> Option<&mut SolidProperty>

Source§

fn lod0_multi_surface_mut(&mut self) -> Option<&mut MultiSurfaceProperty>

Source§

fn lod2_multi_surface_mut(&mut self) -> Option<&mut MultiSurfaceProperty>

Source§

fn lod3_multi_surface_mut(&mut self) -> Option<&mut MultiSurfaceProperty>

Source§

fn lod0_multi_curve_mut(&mut self) -> Option<&mut MultiCurveProperty>

Source§

fn lod2_multi_curve_mut(&mut self) -> Option<&mut MultiCurveProperty>

Source§

fn lod3_multi_curve_mut(&mut self) -> Option<&mut MultiCurveProperty>

Source§

fn boundaries_mut(&mut self) -> &mut Vec<AbstractSpaceBoundaryProperty>

Source§

fn set_boundaries(&mut self, values: Vec<AbstractSpaceBoundaryProperty>)

Source§

fn push_boundary(&mut self, boundary: AbstractSpaceBoundaryProperty)

Source§

fn extend_boundaries( &mut self, boundaries: impl IntoIterator<Item = AbstractSpaceBoundaryProperty>, )

Source§

impl Clone for AbstractConstructiveElement

Source§

fn clone(&self) -> AbstractConstructiveElement

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl ComputeEnvelope for AbstractConstructiveElement

Source§

impl Debug for AbstractConstructiveElement

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl ForEachFeatureMut for AbstractConstructiveElement

Source§

impl IterFeatures for AbstractConstructiveElement

Source§

fn iter_features( &self, ) -> Box<dyn Iterator<Item = AbstractFeatureKindRef<'_>> + '_>

Source§

impl PartialEq for AbstractConstructiveElement

Source§

fn eq(&self, other: &AbstractConstructiveElement) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl StructuralPartialEq for AbstractConstructiveElement

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> Downcast for T
where T: Any,

Source§

fn into_any(self: Box<T>) -> Box<dyn Any>

Converts Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>, which can then be downcast into Box<dyn ConcreteType> where ConcreteType implements Trait.
Source§

fn into_any_rc(self: Rc<T>) -> Rc<dyn Any>

Converts Rc<Trait> (where Trait: Downcast) to Rc<Any>, which can then be further downcast into Rc<ConcreteType> where ConcreteType implements Trait.
Source§

fn as_any(&self) -> &(dyn Any + 'static)

Converts &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &Any’s vtable from &Trait’s.
Source§

fn as_any_mut(&mut self) -> &mut (dyn Any + 'static)

Converts &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot generate &mut Any’s vtable from &mut Trait’s.
Source§

impl<T> DowncastSend for T
where T: Any + Send,

Source§

fn into_any_send(self: Box<T>) -> Box<dyn Any + Send>

Converts Box<Trait> (where Trait: DowncastSend) to Box<dyn Any + Send>, which can then be downcast into Box<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> DowncastSync for T
where T: Any + Send + Sync,

Source§

fn into_any_sync(self: Box<T>) -> Box<dyn Any + Sync + Send>

Converts Box<Trait> (where Trait: DowncastSync) to Box<dyn Any + Send + Sync>, which can then be downcast into Box<ConcreteType> where ConcreteType implements Trait.
Source§

fn into_any_arc(self: Arc<T>) -> Arc<dyn Any + Sync + Send>

Converts Arc<Trait> (where Trait: DowncastSync) to Arc<Any>, which can then be downcast into Arc<ConcreteType> where ConcreteType implements Trait.
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoEither for T

Source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
Source§

impl<T> Pointable for T

Source§

const ALIGN: usize

The alignment of pointer.
Source§

type Init = T

The type for initializers.
Source§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
Source§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
Source§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
Source§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
Source§

impl<T> RecomputeBoundingShape for T

Source§

impl<T> Same for T

Source§

type Output = T

Should always be Self
Source§

impl<T> Scalar for T
where T: 'static + Clone + PartialEq + Debug,

Source§

impl<SS, SP> SupersetOf<SS> for SP
where SS: SubsetOf<SP>,

Source§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
Source§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
Source§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
Source§

impl<SS, SP> SupersetOf<SS> for SP
where SS: SubsetOf<SP>,

Source§

fn to_subset(&self) -> Option<SS>

The inverse inclusion map: attempts to construct self from the equivalent element of its superset. Read more
Source§

fn is_in_subset(&self) -> bool

Checks if self is actually part of its subset T (and can be converted to it).
Source§

fn to_subset_unchecked(&self) -> SS

Use with care! Same as self.to_subset but without any property checks. Always succeeds.
Source§

fn from_subset(element: &SS) -> SP

The inclusion map: converts self to the equivalent element of its superset.
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more