| 85 | SpatialReference(); |
| 86 | } |
| 87 | SpatialReference anySpatialReference() const |
| 88 | { |
| 89 | return m_spatialRefs.size() ? |
| 90 | *m_spatialRefs.begin() : SpatialReference(); |
| 91 | } |
| 92 | virtual bool supportsView() const |
| 93 | { return false; } |
| 94 | MetadataNode privateMetadata(const std::string& name); |
no test coverage detected