|
FlatCityBuf C++ reader 0.8.0
Native C++17 reader for FlatCityBuf, the cloud-optimized CityJSON format
|
A 2D query rectangle. More...
#include <fcb/packed_rtree.hpp>
Public Attributes | |
| double | min_x |
| double | min_y |
| double | max_x |
| double | max_y |
A 2D query rectangle.
The packed R-tree is 2D only: z is carried in the feature data but never indexed, so 3D filtering is a post-step.
Definition at line 16 of file packed_rtree.hpp.
| double fcb::BBox::max_x |
Definition at line 19 of file packed_rtree.hpp.
Referenced by fcb::NodeItem::intersects().
| double fcb::BBox::max_y |
Definition at line 20 of file packed_rtree.hpp.
Referenced by fcb::NodeItem::intersects().
| double fcb::BBox::min_x |
Definition at line 17 of file packed_rtree.hpp.
Referenced by fcb::NodeItem::intersects().
| double fcb::BBox::min_y |
Definition at line 18 of file packed_rtree.hpp.
Referenced by fcb::NodeItem::intersects().