| 250 | } |
| 251 | |
| 252 | std::optional<std::vector<int32_t>> geometry_types() const { |
| 253 | if (has_geometry_types_) { |
| 254 | return bounder_.GeometryTypes(); |
| 255 | } else { |
| 256 | return std::nullopt; |
| 257 | } |
| 258 | } |
| 259 | |
| 260 | private: |
| 261 | geospatial::WKBGeometryBounder bounder_; |
nothing calls this directly
no test coverage detected