ecitygml-core 0.0.1-alpha.13

Core primitives and operations for processing CityGML data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod abstract_construction;
mod door_surface;
mod ground_surface;
mod roof_surface;
mod wall_surface;
mod window_surface;

pub use abstract_construction::*;
pub use door_surface::*;
pub use ground_surface::*;
pub use roof_surface::*;
pub use wall_surface::*;
pub use window_surface::*;