Re-exports§
pub use packed_rtree::Query as SpatialQuery;
pub use static_btree::Entry;
pub use static_btree::FixedStringKey;
pub use static_btree::Key;
pub use static_btree::KeyType;
pub use static_btree::MemoryIndex;
pub use static_btree::MemoryMultiIndex;
pub use static_btree::MultiIndex;
pub use static_btree::Operator;
pub use static_btree::Query;
pub use static_btree::QueryCondition;
pub use static_btree::StreamIndex;
pub use static_btree::StreamMultiIndex;
pub use error::*;
pub use fb::*;
pub use packed_rtree::*;
Modules§
- attribute
- city_
buffer - deserializer
- error
- fb
- feature_
writer - geom_
decoder - geom_
encoder - header_
writer - packed_
rtree - Create and read a packed Hilbert R-Tree to enable fast bounding box spatial filtering. Create and read a packed Hilbert R-Tree to enable fast bounding box spatial filtering.
- serializer
- static_
btree
Structs§
- Async
Feature Iter - CityJSON
Seq - FcbReader
- FcbWriter
- Main writer for FlatCityBuf (FCB) format
- Feature
Iter - Float
- A wrapper around floats providing implementations of
Eq
,Ord
, andHash
. - Http
FcbReader - FlatCityBuf dataset HTTP reader
- Meta
Enums§
Constants§
Traits§
Functions§
- add_
indices_ to_ multi_ memory_ index - add_
indices_ to_ multi_ stream_ index - build_
query - check_
magic_ bytes - read_
cityjson - Read CityJSON from a file path
- read_
cityjson_ from_ reader - Read CityJSON from any reader (file or stdin)