NetTopologySuite
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
NetTopologySuite.IO.DbaseFileReader Class Reference

Class that allows records in a dbase file to be enumerated. More...

Inheritance diagram for NetTopologySuite.IO.DbaseFileReader:

Public Member Functions

IEnumerator GetEnumerator ()
 Gets the object that allows iterating through the members of the collection. More...
 
 DbaseFileReader (string filename)
 Initializes a new instance of the DbaseFileReader class. More...
 
DbaseFileHeader GetHeader ()
 Gets the header information for the dbase file. More...
 
 DbaseFileReader (string filename)
 Initializes a new instance of the DbaseFileReader class. More...
 
DbaseFileHeader GetHeader ()
 Gets the header information for the dbase file. More...
 

Detailed Description

Class that allows records in a dbase file to be enumerated.

Constructor & Destructor Documentation

NetTopologySuite.IO.DbaseFileReader.DbaseFileReader ( string  filename)

Initializes a new instance of the DbaseFileReader class.

Parameters
filename
NetTopologySuite.IO.DbaseFileReader.DbaseFileReader ( string  filename)

Initializes a new instance of the DbaseFileReader class.

Parameters
filename

Member Function Documentation

IEnumerator NetTopologySuite.IO.DbaseFileReader.GetEnumerator ( )

Gets the object that allows iterating through the members of the collection.

Returns
An object that implements the IEnumerator interface.
DbaseFileHeader NetTopologySuite.IO.DbaseFileReader.GetHeader ( )

Gets the header information for the dbase file.

Returns
DbaseFileHeader contain header and field information.
DbaseFileHeader NetTopologySuite.IO.DbaseFileReader.GetHeader ( )

Gets the header information for the dbase file.

Returns
DbaseFileHeader contain header and field information.

The documentation for this class was generated from the following files: