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

Method Geometry

pdal/Geometry.cpp:63–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61
62
63Geometry::Geometry(const std::string& wkt_or_json, SpatialReference ref)
64{
65 update(wkt_or_json);
66 if (ref.valid())
67 setSpatialReference(ref);
68}
69
70
71Geometry::Geometry(const Geometry& input)

Callers

nothing calls this directly

Calls 3

setSpatialReferenceFunction · 0.70
validMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected