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

Function setSpatialReference

pdal/PointTable.hpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 virtual void finalize()
71 { m_layoutRef.finalize(); }
72 void setSpatialReference(const SpatialReference& srs)
73 {
74 clearSpatialReferences();
75 addSpatialReference(srs);
76 }
77 void clearSpatialReferences()
78 { m_spatialRefs.clear(); }
79 void addSpatialReference(const SpatialReference& srs);

Callers

nothing calls this directly

Calls 1

clearSpatialReferencesFunction · 0.85

Tested by

no test coverage detected