EGIS.ShapeFileLib.ShapeFile shapeFile = new EGIS.ShapeFileLib.ShapeFile();
shapeFile.LoadFromFile("myfile.shp");
string[] record = shapeFile.RenderSettings.DbfReader.GetRecords(shapeFile.RenderSettings.FieldIndex);
I am reading records from a shp file like this. It works fine. But i can not find any coordinates in my record variable.
How do i get the coordinate data?
Those library names look like SharpMap · GitHub , is that what you are working with? If so, I suggest you ask a question on GitHub where the project is hosted.
Thank You