Geotools.Net

ShapefileDataReader Class

Creates a IDataReader that can be used to enumerate through an ESRI shape file.

For a list of all members of this type, see ShapefileDataReader Members.

System.Object
   ShapefileDataReader

[Visual Basic]
Public Class ShapefileDataReader
Implements IEnumerable, IDataReader, IDisposable, IDataRecord
[C#]
public class ShapefileDataReader : IEnumerable, IDataReader, IDisposable, IDataRecord

Remarks

The first field (called Geometry) contains a the well known binary representing the corresponding shape record. The remaining fields correspond to the fields in the .dbf file.

To create a ShapefileDataReader, use the static methods on the Shapefile class.

Requirements

Namespace: Geotools.Data Namespace

Assembly: Geotools.dll

See Also

ShapefileDataReader Members | Geotools.Data Namespace