Re: [gdal-dev] GetPoint API listing

2024-07-08 Thread Laurențiu Nicola via gdal-dev
Hi, You can find methods like addPoint and getPoint in the derived geometry classes like https://gdal.org/doxygen/classOGRLineString.html#a49c349d567436a1101017b1e71771ba3. Laurentiu On Mon, Jul 8, 2024, at 21:57, Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev

[gdal-dev] GetPoint API listing

2024-07-08 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
Hi, When looking up documentation for OGR vector operations like AddPoint, they pop right up in the vector_c_api.html, but after digging for about 10 minutes, and through the API tutorial section, I could find no reference to the equivalent function for C++. Where might I find them? Best, Jes