| 87 | |
| 88 | struct WKBTestCase { |
| 89 | WKBTestCase() = default; |
| 90 | WKBTestCase(GeometryType geometry_type, Dimensions dimensions, |
| 91 | const std::vector<uint8_t>& wkb, const std::vector<double>& box_values = {}) |
| 92 | : geometry_type(geometry_type), dimensions(dimensions), wkb(wkb) { |
nothing calls this directly
no test coverage detected