9 | | - int OGR_G_HasCurveGeometry( OGRGeometryH, int bLookForNonLinear ) |
10 | | - OGRGeometryH OGR_G_GetLinearGeometry( OGRGeometryH hGeom, double dfMaxAngleStepSizeDegrees, char papszOptions) |
11 | | - OGRGeometryH OGR_G_GetCurveGeometry( OGRGeometryH hGeom, char papszOptions ) |
| 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 |