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

Method setSrs

io/LasReader.cpp:657–660  ·  view source on GitHub ↗

ABELL - Not sure why this is its own function, but leaving it so as not to break API.

Source from the content-addressed store, hash-verified

655//ABELL - Not sure why this is its own function, but leaving it so as not to break
656// API.
657void LasReader::setSrs(MetadataNode& m)
658{
659 setSpatialReference(m, d->srs.get());
660}
661
662
663void LasReader::addDimensions(PointLayoutPtr layout)

Callers

nothing calls this directly

Calls 2

setSpatialReferenceFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected