Class PointAlongLineLocationCodec
A decoder that decodes binary data into a point along line.
Inheritance
System.Object
PointAlongLineLocationCodec
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 PointAlongLineLocationCodec
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 PointAlongLineLocation Decode(byte[] data)
Parameters
System.Byte[]
data
|
Returns
PointAlongLineLocation
|
Encode(PointAlongLineLocation)
Encodes a point along line location.
Declaration
public static byte[] Encode(PointAlongLineLocation location)
Parameters
PointAlongLineLocation
location
|
Returns
System.Byte[]
|