Opened 13 years ago

Last modified 10 years ago

#477 closed enhancement

Add GEOSCoordSeq_set function that takes a list of coordinates — at Initial Version

Reported by: olt Owned by: hobu
Priority: minor Milestone: 3.5.0
Component: C API Version: main
Severity: Unassigned Keywords:
Cc: strk

Description

Creating a GEOSCoordSequence requires calls to GEOSCoordSeq_setX and GEOSCoordSeq_setY for each point. There should be a GEOSCoordSeq_set function that takes a list of points.

Something like:

GEOSCoordSeq_set(const GEOSCoordSequence* s, double *val, unsigned int n)

Change History (0)

Note: See TracTickets for help on using tickets.