Show / Hide Table of Contents

Class DistanceToNextConvertor

Represents a distance to next convertor that encodes/decodes coordinates into the binary OpenLR format.

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

Methods

Decode(Byte)

Decodes the distance from a byte.

Declaration
public static int Decode(byte distanceByte)
Parameters
System.Byte distanceByte

Returns
System.Int32

Encode(Int32)

Encodes the distance into a byte.

Declaration
public static byte Encode(int distance)
Parameters
System.Int32 distance

Returns
System.Byte

Back to top Built by Itinero, MIT licensed.