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

Function clearSpatialReferences

pdal/PointTable.hpp:77–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 1

setSpatialReferenceFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected