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

Function TEST

test/unit/SpatialReferenceTest.cpp:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54{
55
56TEST(SpatialReferenceTest, test_ctor)
57{
58 SpatialReference srs;
59
60 EXPECT_EQ(srs.getProj4(), "");
61 EXPECT_EQ(srs.getWKT(), "");
62 EXPECT_TRUE(srs.empty());
63}
64
65// Test round-tripping proj.4 string
66TEST(SpatialReferenceTest, test_proj4_roundtrip)

Callers

nothing calls this directly

Calls 15

datapathFunction · 0.85
temppathFunction · 0.85
deleteFileFunction · 0.85
checkXYZFunction · 0.85
getProj4Method · 0.80
getWKTMethod · 0.80
computeUTMZoneMethod · 0.80
setOptionsMethod · 0.80
getSpatialReferenceMethod · 0.80
getHorizontalMethod · 0.80
getVerticalMethod · 0.80

Tested by

no test coverage detected