Class ClosedLineLocationCodec
A decoder that decodes binary data into a circle location.
Inheritance
System.Object
ClosedLineLocationCodec
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 class ClosedLineLocationCodec
Methods
CanDecode(Byte[])
Returns true if the given data can be decoded by this decoder.
Declaration
public static bool CanDecode(byte[] data)
Parameters
System.Byte[]
data
|
Returns
System.Boolean
|
Decode(Byte[])
Decodes the given data into a location reference.
Declaration
public static ClosedLineLocation Decode(byte[] data)
Parameters
System.Byte[]
data
|
Returns
ClosedLineLocation
|