Show / Hide Table of Contents

Class FunctionalRoadClassConvertor

Represents a functional road class convertor that encodes/decodes into the binary OpenLR format.

Inheritance
System.Object
FunctionalRoadClassConvertor
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 FunctionalRoadClassConvertor

Methods

Decode(Byte[], Int32)

Decodes a functional road class from binary data.

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

The binary data.

System.Int32 byteIndex

The index of the data in the first byte.

Returns
FunctionalRoadClass

Decode(Byte[], Int32, Int32)

Decodes a functional road class from binary data.

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

The binary data.

System.Int32 startIndex

The index of the byte in data.

System.Int32 byteIndex

The index of the data in the given byte.

Returns
FunctionalRoadClass

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

Encodes a functional road class into binary data.

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

System.Byte[] data

System.Int32 startIndex

System.Int32 byteIndex

Back to top Built by Itinero, MIT licensed.