ecitygml-core 0.0.2-alpha.5

Core primitives and operations for processing CityGML data.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod refs;
pub mod values;

mod abstract_water_boundary_surface;
mod abstract_water_boundary_surface_kind;
mod water_body;
mod water_ground_surface;
mod water_surface;

pub use abstract_water_boundary_surface::*;
pub use abstract_water_boundary_surface_kind::*;
pub use refs::*;
pub use water_body::*;
pub use water_ground_surface::*;
pub use water_surface::*;