ecitygml-core 0.0.2-alpha.3

Core primitives and operations for processing CityGML data.
Documentation
mod abstract_construction;
mod abstract_construction_surface;
mod abstract_constructive_element;
mod abstract_filling_element;
mod abstract_filling_surface;
mod abstract_installation;
mod ceiling_surface;
mod construction_kind;
mod construction_surface_kind;
mod constructive_element_kind;
mod door;
mod door_surface;
mod filling_element_kind;
mod filling_element_property;
mod filling_surface_kind;
mod filling_surface_property;
mod floor_surface;
mod ground_surface;
mod installation_kind;
mod interior_wall_surface;
mod outer_ceiling_surface;
mod outer_floor_surface;
mod roof_surface;
mod wall_surface;
mod window;
mod window_surface;

pub use abstract_construction::*;
pub use abstract_construction_surface::*;
pub use abstract_constructive_element::*;
pub use abstract_filling_element::*;
pub use abstract_filling_surface::*;
pub use abstract_installation::*;
pub use ceiling_surface::*;
pub use construction_kind::*;
pub use construction_surface_kind::*;
pub use constructive_element_kind::*;
pub use door::*;
pub use door_surface::*;
pub use filling_element_kind::*;
pub use filling_element_property::*;
pub use filling_surface_kind::*;
pub use filling_surface_property::*;
pub use floor_surface::*;
pub use ground_surface::*;
pub use installation_kind::*;
pub use interior_wall_surface::*;
pub use outer_ceiling_surface::*;
pub use outer_floor_surface::*;
pub use roof_surface::*;
pub use wall_surface::*;
pub use window::*;
pub use window_surface::*;