|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
#include <fcb/stree.hpp>
Public Attributes | |
| bool | exact_index_only = false |
| Return raw index candidates without verifying them against the decoded attribute. | |
| bool fcb::AttrQueryOptions::exact_index_only = false |
Return raw index candidates without verifying them against the decoded attribute.
Faster, but may include non-matching features for fixed-string columns, whose keys are truncated to 50 or 100 bytes. Default false: verify.
Definition at line 33 of file stree.hpp.
Referenced by fcb::FcbReader::select_attr().