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