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

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

Méthodes publiques

Свойство Type Description
HasFile bool

Protected Properties

Свойство Type Description
_reader FixedWidthColumnReader

Méthodes publiques

Méthode Description
Dispose ( ) : void
GeographyFileReader ( string filename ) : System

Opens a geography file

GetReader ( ) : FixedWidthColumnReader

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GeographyFileReader() public méthode

Opens a geography file
public GeographyFileReader ( string filename ) : System
filename string
Résultat System

GetReader() public méthode

public GetReader ( ) : FixedWidthColumnReader
Résultat FixedWidthColumnReader

Property Details

HasFile public_oe property

public bool HasFile
Résultat bool

_reader protected_oe property

protected FixedWidthColumnReader _reader
Résultat FixedWidthColumnReader