The redirection to the construct function is to deal with GDAL types changing depending on debug.
| 70 | // The redirection to the construct function is to deal with GDAL types changing |
| 71 | // depending on debug. |
| 72 | Geometry(OGRGeometryH g) |
| 73 | { construct(reinterpret_cast<void *>(g)); } |
| 74 | Geometry(OGRGeometryH g, const SpatialReference& srs) |
| 75 | { construct(reinterpret_cast<void *>(g), srs); } |
| 76 |
no outgoing calls
no test coverage detected