Show / Hide Table of Contents

Class SideOfRoadConverter

Represents a side of road convertor that encodes/decodes side of road info into the binary OpenLR format.

Inheritance
System.Object
SideOfRoadConverter
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class SideOfRoadConverter

Methods

Decode(Byte[], Int32)

Decodes binary OpenLR SideOfRoad data into an SideOfRoad.

Declaration
public static SideOfRoad Decode(byte[] data, int byteIndex)
Parameters
System.Byte[] data

System.Int32 byteIndex

Returns
SideOfRoad

Decode(Byte[], Int32, Int32)

Decodes binary OpenLR SideOfRoad data into an SideOfRoad.

Declaration
public static SideOfRoad Decode(byte[] data, int startIndex, int byteIndex)
Parameters
System.Byte[] data

System.Int32 startIndex

System.Int32 byteIndex

Returns
SideOfRoad

Encode(SideOfRoad, Byte[], Int32, Int32)

Encodes OpenLR SideOfRoad data into a binary SideOfRoad.

Declaration
public static void Encode(SideOfRoad sideOfRoad, byte[] data, int startIndex, int byteIndex)
Parameters
SideOfRoad sideOfRoad

System.Byte[] data

System.Int32 startIndex

System.Int32 byteIndex

Back to top Built by Itinero, MIT licensed.