Changes between Version 1 and Version 2 of Ticket #34406, comment 8


Ignore:
Timestamp:
Jun 14, 2024, 4:28:50 PM (5 months ago)
Author:
David Smith

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34406, comment 8

    v1 v2  
    77- OGRErr OGR_G_ExportToIsoWkt( OGRGeometryH, char ) -- Merged  in 3f6d939c62efd967f548c27a265748cc2cc47ca5
    88- OGRGeometryH OGR_G_Value( OGRGeometryH, double dfDistance )
    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
    1212- void OGRSetNonLinearGeometriesEnabledFlag(int bFlag)
    1313- int OGRGetNonLinearGeometriesEnabledFlag()
Back to Top