Changes between Initial Version and Version 1 of Ticket #6187, comment 5


Ignore:
Timestamp:
Mar 23, 2016, 11:24:43 PM (8 years ago)
Author:
meier

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6187, comment 5

    initial v1  
    1 Right you are, I didn't notice the C API reference. However, I added SimpleCurve for reference as LineString and LinearRing derive from it and it has all the relevant methods.
     1Right you are, I didn't notice the C API reference.
     2@oleinik, even so, the C API does support these methods, check out OGR_G_AddGeometry(), OGR_G_SetPoint (), OGR_G_GetPoint (), OGR_G_GetPointCount() etc on [http://www.gdal.org/ogr__api_8h.html].