C# Class Azavea.NijPredictivePolicing.ACSAlchemistLibrary.FileFormats.GeographyFileReader

This class contains fixed width column definitons for reading the ACS geography file
Inheritance: IDisposable
Datei anzeigen Open project: azavea/acs-alchemist Class Usage Examples

Public Properties

Property Type Description
HasFile bool

Protected Properties

Property Type Description
_reader FixedWidthColumnReader

Public Methods

Method Description
Dispose ( ) : void
GeographyFileReader ( string filename ) : System

Opens a geography file

GetReader ( ) : FixedWidthColumnReader

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GeographyFileReader() public method

Opens a geography file
public GeographyFileReader ( string filename ) : System
filename string
return System

GetReader() public method

public GetReader ( ) : FixedWidthColumnReader
return FixedWidthColumnReader

Property Details

HasFile public_oe property

public bool HasFile
return bool

_reader protected_oe property

protected FixedWidthColumnReader _reader
return FixedWidthColumnReader