<div dir="ltr"><div>Hello</div><div><br></div><div>I'm trying to read MapInfo files by calling GDAL library from another language.</div><div>I mostly followed the official Vector API tutorial, but now I got stuck with no idea how to proceed.</div><div><br></div><div>I pass the geometry handle to OGR_G_GetGeometryType and flatten the result.</div><div>MapInfo's TABText feature geometry is an OGRPoint, so I think I should get a wkbPoint geometry type, but TABPoint, TABFontPoint, TABCustomPoint, TABEllipse, and TABArc features can also have OGRPoint geometry.</div><div><br></div><div>Using only the API, how can I tell these types apart (if that's a mandatory step) and read their unique fields, like the text of TABText?<br></div><div><div><br></div><div>Kind Regards</div><div>Matt Ors<br></div></div></div>