Opened 10 years ago

Closed 10 years ago

#5357 closed defect (fixed)

add OGR_G_SetPoints to GDAL API-C

Reported by: ahuarte47 Owned by: ahuarte47
Priority: normal Milestone:
Component: OGR_SF Version: unspecified
Severity: normal Keywords:
Cc:

Description

add new function to OGR API (ogr_api.h/ogr_api.cpp)

int CPL_DLL OGR_G_SetPoints( OGRGeometryH hGeom, int numPoints,

void* pabyX, int nXStride, void* pabyY, int nYStride, void* pabyZ, int nZStride);

to set the geometry points of a LineString/LinearRing an unique call.

It will use... OGRLineString::setPoints().

Change History (3)

comment:1 by ahuarte47, 10 years ago

Owner: changed from warmerdam to ahuarte47

comment:2 by ahuarte47, 10 years ago

Component: defaultOGR_SF

comment:3 by ahuarte47, 10 years ago

Resolution: fixed
Status: newclosed

This Pull request implements this ticket:

https://github.com/OSGeo/gdal/pull/28

Note: See TracTickets for help on using tickets.