Docs.rs
  • ecitygml-core-0.0.1-alpha.8
    • ecitygml-core 0.0.1-alpha.8
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • benediktschwab
    • Dependencies
      • egml ^0.0.1-alpha.8 normal
      • nalgebra ^0.34.0 normal
      • rayon ^1.10.0 normal
      • strum ^0.27.2 normal
      • strum_macros ^0.27.2 normal
      • thiserror ^2.0.12 normal
    • Versions
    • 0.86% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ecitygml_core0.0.1-alpha.8

FeatureWithGeometry

Required Methods

  • apply_transform
  • envelope

Implementors

In ecitygml_core::operations

ecitygml_core::operations

Trait FeatureWithGeometry

Source
pub trait FeatureWithGeometry {
    // Required methods
    fn envelope(&self) -> Option<Envelope>;
    fn apply_transform(&mut self, m: &Isometry3<f64>);
}

Required Methods§

Source

fn envelope(&self) -> Option<Envelope>

Source

fn apply_transform(&mut self, m: &Isometry3<f64>)

Implementors§

Source§

impl FeatureWithGeometry for Building

Source§

impl FeatureWithGeometry for BuildingConstructiveElement

Source§

impl FeatureWithGeometry for CityFurniture

Source§

impl FeatureWithGeometry for CitygmlModel

Source§

impl FeatureWithGeometry for DoorSurface

Source§

impl FeatureWithGeometry for GroundSurface

Source§

impl FeatureWithGeometry for RoofSurface

Source§

impl FeatureWithGeometry for WallSurface

Source§

impl FeatureWithGeometry for WindowSurface

Source§

impl FeatureWithGeometry for OccupiedSpace

Source§

impl FeatureWithGeometry for Space

Source§

impl FeatureWithGeometry for ThematicSurface

Source§

impl FeatureWithGeometry for SolitaryVegetationObject

Source§

impl FeatureWithGeometry for AuxiliaryTrafficArea

Source§

impl FeatureWithGeometry for AuxiliaryTrafficSpace

Source§

impl FeatureWithGeometry for Intersection

Source§

impl FeatureWithGeometry for Road

Source§

impl FeatureWithGeometry for Section

Source§

impl FeatureWithGeometry for TrafficArea

Source§

impl FeatureWithGeometry for TrafficSpace