| 2343 | } |
| 2344 | |
| 2345 | bool Map::existsObjectWithSymbol(const Symbol* symbol) const |
| 2346 | { |
| 2347 | return existsObject(ObjectOp::HasSymbol{symbol}); |
| 2348 | } |
| 2349 | |
| 2350 | void Map::setGeoreferencing(const Georeferencing& georeferencing) |
| 2351 | { |
no outgoing calls
no test coverage detected