C# Class AgGateway.ADAPT.ISOv4Plugin.ImportMappers.LogMappers.BinaryReader

Inheritance: IBinaryReader
Show file Open project: ADAPT/ISOv4Plugin Class Usage Examples

Public Methods

Method Description
Read ( string dataPath, string fileName, TIM tim ) : IEnumerable

Private Methods

Method Description
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

Method Details

Read() public method

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