| 146 | } // namespace |
| 147 | |
| 148 | std::vector<int32_t> WKBGeometryBounder::GeometryTypes() const { |
| 149 | std::vector<int32_t> out(geospatial_types_.begin(), geospatial_types_.end()); |
| 150 | std::sort(out.begin(), out.end()); |
| 151 | return out; |
| 152 | } |
| 153 | |
| 154 | void WKBGeometryBounder::MergeGeometry(std::string_view bytes_wkb) { |
| 155 | MergeGeometry( |