<div dir="ltr">
<div><div>Hi,<br><br></div>I am trying to get the geometry fields through the GDAL.OGR c# wrapper.<br></div><div><br></div><div>I
 need to loop through and print every field (with name) on every 
geometry in a feature. I am looking for the QUAPOS field in the geometry
 (if applicable) but am unsure which combination of definitions and 
functions to use, as GeomFieldDef names always seem to return blank.<br><br></div><div>What I tried was:<br><br></div><div>Use feature.GetGeomFieldCount to set up a loop between 0 -> fieldCount.<br></div><div>For
 each iteration, use the loop index with feature.GetGeomFieldRefnDef() 
to get the GeomFieldDefn instance (which was not null).<br></div><div>With
 this GeomFieldDefn use the GetNameRef (also tried just GetName) 
function to get the fields name. (Not sure how to get the value of the 
field in this method, but the return was always blank so it wouldn't 
matter I suspect. I tried with the fields SpatialRef, but that didn't 
work.)<br><br></div><div>I am probably just woefully misunderstanding 
the documentation and apologies if this is a simple question, but I have
 had no luck finding any answers through the search engines for this.</div><div><br></div><div>Thank you!</div>

</div>