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

Function spatialReference

pdal/PointTable.hpp:82–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 bool spatialReferenceUnique() const
81 { return m_spatialRefs.size() <= 1; }
82 SpatialReference spatialReference() const
83 {
84 return spatialReferenceUnique() ? anySpatialReference() :
85 SpatialReference();
86 }
87 SpatialReference anySpatialReference() const
88 {
89 return m_spatialRefs.size() ?

Callers

nothing calls this directly

Calls 3

spatialReferenceUniqueFunction · 0.85
anySpatialReferenceFunction · 0.85
SpatialReferenceClass · 0.70

Tested by

no test coverage detected