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

Method setDstEpoch

pdal/private/SrsTransform.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void SrsTransform::setDstEpoch(double epoch)
68{
69#if GDAL_VERSION_NUM >= GDAL_COMPUTE_VERSION(3,4,0)
70 OGRSpatialReference target(*m_transform->GetTargetCS());
71 OGRSpatialReference source(*m_transform->GetSourceCS());
72 target.SetCoordinateEpoch(epoch);
73 set(target, source);
74#endif
75}
76
77SrsTransform& SrsTransform::operator=(SrsTransform&& src)
78{

Callers 1

createTransformMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected