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

Method setEpoch

pdal/SpatialReference.cpp:163–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

161}
162
163void SpatialReference::setEpoch( const double& epoch )
164{
165 m_epoch = epoch;
166}
167
168
169std::string SpatialReference::getPROJJSON() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected