Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PDAL/PDAL
/ SpatialReference
Method
SpatialReference
pdal/SpatialReference.cpp:99–102 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
{
98
99
SpatialReference::SpatialReference(const std::string& s)
100
{
101
set(s);
102
}
103
104
105
//NOTE that this ctor allows a string constant to be used in places
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected