Vishcious.ArcGIS.SLContrib ShapeFile em C# (CSharp) - 6 exemplos encontrados. Esses são os exemplos do mundo real mais bem avaliados de Vishcious.ArcGIS.SLContrib.ShapeFile em C# (CSharp) extraídos de projetos de código aberto. Você pode avaliar os exemplos para nos ajudar a melhorar a qualidade deles.
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.