| 44 | |
| 45 | template <> |
| 46 | void MetadataNodeImpl::setValue(const SpatialReference& ref) |
| 47 | { |
| 48 | m_type = "spatialreference"; |
| 49 | m_value = Utils::toString(ref); |
| 50 | } |
| 51 | |
| 52 | |
| 53 | std::string Metadata::inferType(const std::string& val) |
nothing calls this directly
no test coverage detected