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