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

Function anySpatialReference

pdal/PointTable.hpp:87–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 SpatialReference();
86 }
87 SpatialReference anySpatialReference() const
88 {
89 return m_spatialRefs.size() ?
90 *m_spatialRefs.begin() : SpatialReference();
91 }
92 virtual bool supportsView() const
93 { return false; }
94 MetadataNode privateMetadata(const std::string& name);

Callers 1

spatialReferenceFunction · 0.85

Calls 3

SpatialReferenceClass · 0.70
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected