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

Method setSrcEpoch

pdal/private/SrsTransform.cpp:57–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57void SrsTransform::setSrcEpoch(double epoch)
58{
59#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,4,0)
60 OGRSpatialReference target(*m_transform->GetTargetCS());
61 OGRSpatialReference source(*m_transform->GetSourceCS());
62 source.SetCoordinateEpoch(epoch);
63 set(target, source);
64#endif
65}
66
67void SrsTransform::setDstEpoch(double epoch)
68{

Callers 1

createTransformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected