C# 클래스 AgGateway.ADAPT.ISOv4Plugin.ImportMappers.LogMappers.BinaryReader

상속: IBinaryReader
파일 보기 프로젝트 열기: ADAPT/ISOv4Plugin 1 사용 예제들

공개 메소드들

메소드 설명
Read ( string dataPath, string fileName, TIM tim ) : IEnumerable

비공개 메소드들

메소드 설명
CreateSpatialValue ( TIM tim, byte order, int value ) : SpatialValue
GetStartTime ( TIM tim, System binaryReader ) : System.DateTime
ReadByte ( byte byteValue, bool specified, System binaryReader ) : byte?
ReadInt32 ( double d, bool specified, System binaryReader ) : int?
ReadShort ( double value, bool specified, System binaryReader ) : short?
SetGpsUtcDateTime ( PTN ptn, ISOSpatialRow record, System binaryReader ) : void
SetSpatialValues ( TIM tim, ISOSpatialRow record, System binaryReader ) : void

메소드 상세

Read() 공개 메소드

public Read ( string dataPath, string fileName, TIM tim ) : IEnumerable
dataPath string
fileName string
tim TIM
리턴 IEnumerable