| 35 | void mergeGeometry(const uint8_t* bytesWkb, size_t bytesSize); |
| 36 | |
| 37 | void mergeBox(const BoundingBox& box) { |
| 38 | box_.merge(box); |
| 39 | } |
| 40 | void mergeGeometryTypes(const std::vector<int>& geospatialTypes) { |
| 41 | geospatialTypes_.insert(geospatialTypes.begin(), geospatialTypes.end()); |
| 42 | } |
no test coverage detected