| 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); |
no outgoing calls
no test coverage detected