9 | | - int OGR_G_HasCurveGeometry( OGRGeometryH, int bLookForNonLinear ) -- Proposed in https://github.com/django/django/pull/18007 |
10 | | - OGRGeometryH OGR_G_GetLinearGeometry( OGRGeometryH hGeom, double dfMaxAngleStepSizeDegrees, char papszOptions) -- Proposed in https://github.com/django/django/pull/18007 |
11 | | - OGRGeometryH OGR_G_GetCurveGeometry( OGRGeometryH hGeom, char papszOptions ) -- Proposed in https://github.com/django/django/pull/18007 |
| 9 | - int OGR_G_HasCurveGeometry( OGRGeometryH, int bLookForNonLinear ) -- Merged in 04adff9f98a93a546d7b4d7453b80965233d22a3 |
| 10 | - OGRGeometryH OGR_G_GetLinearGeometry( OGRGeometryH hGeom, double dfMaxAngleStepSizeDegrees, char papszOptions) -- Merged in 04adff9f98a93a546d7b4d7453b80965233d22a3 |
| 11 | - OGRGeometryH OGR_G_GetCurveGeometry( OGRGeometryH hGeom, char papszOptions ) -- Merged in 04adff9f98a93a546d7b4d7453b80965233d22a3 |