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

Function Polygon

pdal/Polygon.hpp:61–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 Polygon(const BOX2D&);
60 Polygon(const BOX3D&);
61 Polygon(OGRGeometryH g)
62 { construct(reinterpret_cast<void *>(g)); }
63 Polygon(OGRGeometryH g, const SpatialReference& srs)
64 { construct(reinterpret_cast<void *>(g), srs); }
65 Polygon(const Polygon& poly);

Callers 4

Polygon.hppFile · 0.70
initializeMethod · 0.50
readyMethod · 0.50
doneMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected