C# 클래스 Azavea.NijPredictivePolicing.ACSAlchemistLibrary.FileFormats.GeographyFileReader

This class contains fixed width column definitons for reading the ACS geography file
상속: IDisposable
파일 보기 프로젝트 열기: azavea/acs-alchemist 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HasFile bool

보호된 프로퍼티들

프로퍼티 타입 설명
_reader FixedWidthColumnReader

공개 메소드들

메소드 설명
Dispose ( ) : void
GeographyFileReader ( string filename ) : System

Opens a geography file

GetReader ( ) : FixedWidthColumnReader

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GeographyFileReader() 공개 메소드

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

GetReader() 공개 메소드

public GetReader ( ) : FixedWidthColumnReader
리턴 FixedWidthColumnReader

프로퍼티 상세

HasFile 공개적으로 프로퍼티

public bool HasFile
리턴 bool

_reader 보호되어 있는 프로퍼티

protected FixedWidthColumnReader _reader
리턴 FixedWidthColumnReader