| 78 | { m_spatialRefs.clear(); } |
| 79 | void addSpatialReference(const SpatialReference& srs); |
| 80 | bool spatialReferenceUnique() const |
| 81 | { return m_spatialRefs.size() <= 1; } |
| 82 | SpatialReference spatialReference() const |
| 83 | { |
| 84 | return spatialReferenceUnique() ? anySpatialReference() : |
no test coverage detected