| 75 | addSpatialReference(srs); |
| 76 | } |
| 77 | void clearSpatialReferences() |
| 78 | { m_spatialRefs.clear(); } |
| 79 | void addSpatialReference(const SpatialReference& srs); |
| 80 | bool spatialReferenceUnique() const |
| 81 | { return m_spatialRefs.size() <= 1; } |
no test coverage detected