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

Function TEST

test/unit/PolygonTest.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60TEST(PolygonTest, test_wkt_in)
61{
62 std::string wkt(getWKT());
63
64 Polygon p(wkt);
65}
66
67TEST(PolygonTest, test_json_in)
68{

Callers

nothing calls this directly

Calls 12

getWKTFunction · 0.85
getJSONFunction · 0.85
removeFunction · 0.85
simplifyMethod · 0.80
jsonMethod · 0.80
areaMethod · 0.80
registerDimMethod · 0.80
coversMethod · 0.80
wktMethod · 0.45
setFieldMethod · 0.45
validMethod · 0.45
boundsMethod · 0.45

Tested by

no test coverage detected