Vishcious.ArcGIS.SLContrib ShapeFile in C# (CSharp): 6 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Vishcious.ArcGIS.SLContrib.ShapeFile, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
The ShapeFile class represents the contents of a single ESRI shapefile. This is the class which contains functionality for reading shapefiles and their corresponding dBASE attribute files.
You can call the Read() method to import both shapes and attributes at once. Or, you can open the file stream yourself and read the file header or individual records one at a time. The advantage of this is that it allows you to implement your own progress reporting functionality, for example.