ecitygml-core 0.0.1-alpha.13

Core primitives and operations for processing CityGML data.
Documentation
mod abstract_city_object;
mod abstract_feature;
mod abstract_occupied_space;
mod abstract_space;
mod abstract_space_boundary;
mod abstract_thematic_surface;
mod city_model;
mod implicit_geometry;
mod space_type;

pub use abstract_city_object::*;
pub use abstract_feature::*;
pub use abstract_occupied_space::*;
pub use abstract_space::*;
pub use abstract_space_boundary::*;
pub use abstract_thematic_surface::*;
pub use city_model::*;
pub use implicit_geometry::*;
pub use space_type::*;