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

Method setSpatialReference

pdal/Stage.cpp:423–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421
422
423void Stage::setSpatialReference(const SpatialReference& spatialRef)
424{
425 setSpatialReference(m_metadata, spatialRef);
426}
427
428
429void Stage::setSpatialReference(MetadataNode& m,

Callers 13

initializeArgsMethod · 0.45
filterBoundsMethod · 0.45
TESTFunction · 0.45
processMethod · 0.45
extractMetadataMethod · 0.45
readyMethod · 0.45
transformMethod · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45
executeMethod · 0.45
readyMethod · 0.45
executeMethod · 0.45

Calls 3

getWKTMethod · 0.80
setSpatialReferenceFunction · 0.70
toMetadataMethod · 0.45

Tested by 3

TESTFunction · 0.36
SetUpMethod · 0.36
TEST_FFunction · 0.36