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

Function spatialReferenceUnique

pdal/PointTable.hpp:80–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 { m_spatialRefs.clear(); }
79 void addSpatialReference(const SpatialReference& srs);
80 bool spatialReferenceUnique() const
81 { return m_spatialRefs.size() <= 1; }
82 SpatialReference spatialReference() const
83 {
84 return spatialReferenceUnique() ? anySpatialReference() :

Callers 1

spatialReferenceFunction · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected