Class OrientationConverter
Represents a orientation convertor that encodes/decodes orientation info into the binary OpenLR format.
Inheritance
System.Object
OrientationConverter
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 OrientationConverter
Methods
Decode(Byte[], Int32)
Decodes binary OpenLR orientation data into an orientation.
Declaration
public static Orientation Decode(byte[] data, int byteIndex)
Parameters
System.Byte[]
data
|
System.Int32
byteIndex
|
Returns
Orientation
|
Decode(Byte[], Int32, Int32)
Decodes binary OpenLR orientation data into an orientation.
Declaration
public static Orientation Decode(byte[] data, int startIndex, int byteIndex)
Parameters
System.Byte[]
data
|
System.Int32
startIndex
|
System.Int32
byteIndex
|
Returns
Orientation
|
Encode(Orientation, Byte[], Int32, Int32)
Encodes an OpenLR orientation into a binary representation.
Declaration
public static void Encode(Orientation orientation, byte[] data, int startIndex, int byteIndex)
Parameters
Orientation
orientation
|
System.Byte[]
data
|
System.Int32
startIndex
|
System.Int32
byteIndex
|