Re: Read a shapefile (get the coordinates to an array) and make a point grid
If you need to get the points for each shapefile record have a look at the ShapeFile.GetShapeDataD(int recordIndex) member.
This returns a list of PointD arrays. For most shapes the list contains a single array, but some records may contain mulitple pa...
أكثر...
If you need to get the points for each shapefile record have a look at the ShapeFile.GetShapeDataD(int recordIndex) member.
This returns a list of PointD arrays. For most shapes the list contains a single array, but some records may contain mulitple pa...
أكثر...