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


Ignore:
Timestamp:
Oct 25, 2024, 7:11:57 AM (11 days ago)
Author:
David Smith

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34406, comment 8

    v2 v3  
    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 ) -- 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
    1212- void OGRSetNonLinearGeometriesEnabledFlag(int bFlag)
    1313- int OGRGetNonLinearGeometriesEnabledFlag()
Back to Top