|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
#include <fcb/error.hpp>#include <fcb/feature.hpp>#include <fcb/header.hpp>#include <fcb/packed_rtree.hpp>#include <fcb/range_reader.hpp>#include <fcb/stree.hpp>#include <cstdint>#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | fcb::SearchResultItem |
| One hit from an index traversal. More... | |
| class | fcb::FeatureIterator |
| Single-pass iterator over features. Not copyable. More... | |
| class | fcb::FcbReader |
| The library's entry point. More... | |
Namespaces | |
| namespace | fcb |
Enumerations | |
| enum class | fcb::IterationMode { fcb::SequentialScan , fcb::OffsetList } |
| How a FeatureIterator decides what to visit. More... | |