MCPcopy Create free account
hub / github.com/PDAL/PDAL / setValue

Method setValue

pdal/Metadata.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

toStringFunction · 0.50

Tested by

no test coverage detected